diffuse: fix missing icons
This commit is contained in:
parent
3909c8eded
commit
bdae4ae670
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
, python3
|
||||
, atk
|
||||
, gtk3
|
||||
, hicolor-icon-theme
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
|
@ -57,6 +58,10 @@ python3.pkgs.buildPythonApplication rec {
|
|||
# to avoid running gtk-update-icon-cache, update-desktop-database and glib-compile-schemas
|
||||
DESTDIR = "/";
|
||||
|
||||
makeWrapperArgs = [
|
||||
"--prefix XDG_DATA_DIRS : ${hicolor-icon-theme}/share"
|
||||
];
|
||||
|
||||
passthru = {
|
||||
updateScript = gitUpdater {
|
||||
rev-prefix = "v";
|
||||
|
|
Loading…
Reference in a new issue