0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/enlightenment: fix build with config.allowAliases=false

This commit is contained in:
volth 2019-05-13 03:50:52 +00:00 committed by GitHub
parent 562a475258
commit 46b9e5c3d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ in
pkgs.gtk2 # To get GTK+'s themes. pkgs.gtk2 # To get GTK+'s themes.
pkgs.tango-icon-theme pkgs.tango-icon-theme
pkgs.gnome2.gnomeicontheme pkgs.gnome2.gnome_icon_theme
pkgs.xorg.xcursorthemes pkgs.xorg.xcursorthemes
]; ];