gtk2: move gtk-update-icon-cache to gtk2.out

... to be useful for regeneration when building nixos environments.
Fixes #18536 (hopefully).
This commit is contained in:
Vladimír Čunát
2016-09-13 23:51:25 +02:00
parent e0974c8948
commit aa0fa19373
3 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
configureFlags = "--enable-png-creation";
postInstall = '''${gtk.dev}/bin/gtk-update-icon-cache' "$out/share/icons/Tango" '';
postInstall = '''${gtk.out}/bin/gtk-update-icon-cache' "$out/share/icons/Tango" '';
meta = {
description = "A basic set of icons";