treewide: Make explicit that 'dev' output of gtk is used

authored by Tuomas Tynkkynen and committed by Vladimír Čunát 5bb34f24 e363b019

+1 -1
+1 -1
pkgs/data/icons/tango-icon-theme/default.nix
··· 16 16 17 17 configureFlags = "--enable-png-creation"; 18 18 19 - postInstall = '''${gtk}/bin/gtk-update-icon-cache' "$out/share/icons/Tango" ''; 19 + postInstall = '''${gtk.dev}/bin/gtk-update-icon-cache' "$out/share/icons/Tango" ''; 20 20 21 21 meta = { 22 22 description = "A basic set of icons";