summary refs log tree commit diff
path: root/nixos/modules/config/system-path.nix
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2018-11-12 19:19:55 -0200
committerJosé Romildo Malaquias <malaquias@gmail.com>2018-11-12 19:55:30 -0200
commit39a9b865b57a35911d5783ab245217f5f7098e64 (patch)
treefd26632987e5fffe1ce2fc416c701a5fc9fe4e78 /nixos/modules/config/system-path.nix
parent7cedee3c792404362b4adb93b1dd540029780e4c (diff)
downloadnixpkgs-39a9b865b57a35911d5783ab245217f5f7098e64.tar
nixpkgs-39a9b865b57a35911d5783ab245217f5f7098e64.tar.gz
nixpkgs-39a9b865b57a35911d5783ab245217f5f7098e64.tar.bz2
nixpkgs-39a9b865b57a35911d5783ab245217f5f7098e64.tar.lz
nixpkgs-39a9b865b57a35911d5783ab245217f5f7098e64.tar.xz
nixpkgs-39a9b865b57a35911d5783ab245217f5f7098e64.tar.zst
nixpkgs-39a9b865b57a35911d5783ab245217f5f7098e64.zip
gtk: new service giving support to GTK+ applications
Diffstat (limited to 'nixos/modules/config/system-path.nix')
-rw-r--r--nixos/modules/config/system-path.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index 1793dc628ed..aece7aa67ac 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -135,10 +135,6 @@ in
       # outputs TODO: note that the tools will often not be linked by default
       postBuild =
         ''
-          if [ -x $out/bin/gtk-update-icon-cache -a -f $out/share/icons/hicolor/index.theme ]; then
-              $out/bin/gtk-update-icon-cache $out/share/icons/hicolor
-          fi
-
           if [ -x $out/bin/glib-compile-schemas -a -w $out/share/glib-2.0/schemas ]; then
               $out/bin/glib-compile-schemas $out/share/glib-2.0/schemas
           fi