Commit bdae4ae6 authored by Mario Hros's avatar Mario Hros
Browse files

diffuse: fix missing icons

parent 3909c8ed
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";