gtk: split hooks so gtk2 can use hicolor hook

This commit is contained in:
worldofpeace
2019-09-19 01:14:46 +02:00
committed by Jan Tojnar
parent b7ad6e1be5
commit b3995d40be
5 changed files with 24 additions and 15 deletions
+5 -2
View File
@@ -25,9 +25,12 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
setupHook = ./setup-hook.sh;
setupHooks = [
./gtk2-clean-immodules-cache.sh
./drop-icon-theme-cache.sh
];
nativeBuildInputs = [ setupHook perl pkgconfig gettext gobject-introspection ];
nativeBuildInputs = [ setupHooks perl pkgconfig gettext gobject-introspection ];
patches = [
./2.0-immodules.cache.patch