Merge pull request #43633 from jfrankenau/fix-icon-cache

pulseeffects, lightdm-gtk-greeter, gxmessage, viking: depend on hicolor-icon-theme
This commit is contained in:
Jan Tojnar
2018-08-16 09:30:11 +02:00
committed by GitHub
4 changed files with 8 additions and 5 deletions
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ lightdm exo intltool makeWrapper ]
buildInputs = [ lightdm exo intltool makeWrapper hicolor-icon-theme ]
++ (if useGTK2 then [ gtk2 ] else [ gtk3 ]);
configureFlags = [