mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Fix eval
svn path=/nixpkgs/trunk/; revision=32130
This commit is contained in:
parent
a8dba7888b
commit
043000cf35
1 changed files with 1 additions and 1 deletions
|
@ -8139,7 +8139,7 @@ let
|
|||
|
||||
gnome3 = (import ../desktops/gnome-3 {
|
||||
callPackage = pkgs.newScope pkgs.gnome3;
|
||||
} // pkgs.gtkLibs3x);
|
||||
});
|
||||
|
||||
gnome = recurseIntoAttrs gnome2;
|
||||
|
||||
|
|
Loading…
Reference in a new issue