Loading pkgs/applications/misc/diffuse/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ , python3 , atk , gtk3 , hicolor-icon-theme }: python3.pkgs.buildPythonApplication rec { Loading Loading @@ -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 Loading
pkgs/applications/misc/diffuse/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ , python3 , atk , gtk3 , hicolor-icon-theme }: python3.pkgs.buildPythonApplication rec { Loading Loading @@ -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