summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-09-16 16:59:43 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-09-16 17:15:47 +0200
commitdc364e8b18484eb2d2782ac92c92a2b7ecadc735 (patch)
treedaead3f114a19fd01ebe57ddb04dd81f76bb73f3
parentc187f2f903913ace979915d5a67f0abd7aa95d3f (diff)
downloadnixlib-dc364e8b18484eb2d2782ac92c92a2b7ecadc735.tar
nixlib-dc364e8b18484eb2d2782ac92c92a2b7ecadc735.tar.gz
nixlib-dc364e8b18484eb2d2782ac92c92a2b7ecadc735.tar.bz2
nixlib-dc364e8b18484eb2d2782ac92c92a2b7ecadc735.tar.lz
nixlib-dc364e8b18484eb2d2782ac92c92a2b7ecadc735.tar.xz
nixlib-dc364e8b18484eb2d2782ac92c92a2b7ecadc735.tar.zst
nixlib-dc364e8b18484eb2d2782ac92c92a2b7ecadc735.zip
nixos/xfce: Fix reference to Gtk 2
Regression introduced by bccd75094fd5108b3d834ad3a86e056eed3b0337.

The mentioned commit removed the pkgs.gtk attribute, but forgot to
change this within the xfce module.

Tested using the xfce NixOS test and it has passed on my machine.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-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 863c657fc857..51d7d905d587 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.gtk2 # To get GTK+'s themes.
         pkgs.hicolor_icon_theme
         pkgs.tango-icon-theme
         pkgs.shared_mime_info