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
|
, python3
|
||||||
, atk
|
, atk
|
||||||
, gtk3
|
, gtk3
|
||||||
|
, hicolor-icon-theme
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
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
|
# to avoid running gtk-update-icon-cache, update-desktop-database and glib-compile-schemas
|
||||||
DESTDIR = "/";
|
DESTDIR = "/";
|
||||||
|
|
||||||
|
makeWrapperArgs = [
|
||||||
|
"--prefix XDG_DATA_DIRS : ${hicolor-icon-theme}/share"
|
||||||
|
];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gitUpdater {
|
updateScript = gitUpdater {
|
||||||
rev-prefix = "v";
|
rev-prefix = "v";
|
||||||
|
|
Loading…
Reference in a new issue