about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2019-05-13 03:50:52 +0000
committerGitHub <noreply@github.com>2019-05-13 03:50:52 +0000
commit46b9e5c3d4a2fa8f69da8a7d913f6751c5ecb58e (patch)
tree7ce17d8462498ba3e855fe346639ca8f5c5b76c2 /nixos/modules
parent562a4752580d3639c09ef00f6fb9d5edeb11ebde (diff)
downloadnixlib-46b9e5c3d4a2fa8f69da8a7d913f6751c5ecb58e.tar
nixlib-46b9e5c3d4a2fa8f69da8a7d913f6751c5ecb58e.tar.gz
nixlib-46b9e5c3d4a2fa8f69da8a7d913f6751c5ecb58e.tar.bz2
nixlib-46b9e5c3d4a2fa8f69da8a7d913f6751c5ecb58e.tar.lz
nixlib-46b9e5c3d4a2fa8f69da8a7d913f6751c5ecb58e.tar.xz
nixlib-46b9e5c3d4a2fa8f69da8a7d913f6751c5ecb58e.tar.zst
nixlib-46b9e5c3d4a2fa8f69da8a7d913f6751c5ecb58e.zip
nixos/enlightenment: fix build with config.allowAliases=false
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/x11/desktop-managers/enlightenment.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/enlightenment.nix b/nixos/modules/services/x11/desktop-managers/enlightenment.nix
index 04e380b61530..5c6028fd2e11 100644
--- a/nixos/modules/services/x11/desktop-managers/enlightenment.nix
+++ b/nixos/modules/services/x11/desktop-managers/enlightenment.nix
@@ -34,7 +34,7 @@ in
       pkgs.gtk2 # To get GTK+'s themes.
       pkgs.tango-icon-theme
 
-      pkgs.gnome2.gnomeicontheme
+      pkgs.gnome2.gnome_icon_theme
       pkgs.xorg.xcursorthemes
     ];