about summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers/xfce.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-09-13 23:51:25 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-09-13 23:51:57 +0200
commitaa0fa193734a0bb9c1ee156317008d7409647bdf (patch)
tree83976ce917a0307ce58173566614ddbb7a49a883 /nixos/modules/services/x11/desktop-managers/xfce.nix
parente0974c894817bd31185e02fd0e59db1c0658dfc7 (diff)
downloadnixlib-aa0fa193734a0bb9c1ee156317008d7409647bdf.tar
nixlib-aa0fa193734a0bb9c1ee156317008d7409647bdf.tar.gz
nixlib-aa0fa193734a0bb9c1ee156317008d7409647bdf.tar.bz2
nixlib-aa0fa193734a0bb9c1ee156317008d7409647bdf.tar.lz
nixlib-aa0fa193734a0bb9c1ee156317008d7409647bdf.tar.xz
nixlib-aa0fa193734a0bb9c1ee156317008d7409647bdf.tar.zst
nixlib-aa0fa193734a0bb9c1ee156317008d7409647bdf.zip
gtk2: move gtk-update-icon-cache to gtk2.out
... to be useful for regeneration when building nixos environments.
Fixes #18536 (hopefully).
Diffstat (limited to 'nixos/modules/services/x11/desktop-managers/xfce.nix')
-rw-r--r--nixos/modules/services/x11/desktop-managers/xfce.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/xfce.nix b/nixos/modules/services/x11/desktop-managers/xfce.nix
index 634d2a39576a..387046bd5380 100644
--- a/nixos/modules/services/x11/desktop-managers/xfce.nix
+++ b/nixos/modules/services/x11/desktop-managers/xfce.nix
@@ -69,7 +69,7 @@ in
     services.xserver.updateDbusEnvironment = true;
 
     environment.systemPackages =
-      [ pkgs.gtk # To get GTK+'s themes.
+      [ pkgs.gtk.out # To get GTK+'s themes and gtk-update-icon-cache
         pkgs.hicolor_icon_theme
         pkgs.tango-icon-theme
         pkgs.shared_mime_info