Skip to content

Commit

Permalink
all-packages.nix: Uncomment e17.
Browse files Browse the repository at this point in the history
  • Loading branch information
astsmtl committed Feb 16, 2013
1 parent 1921086 commit fa7b102
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -8438,10 +8438,10 @@ let

enlightenment = callPackage ../desktops/enlightenment { };

# e17 = recurseIntoAttrs (
# let callPackage = newScope pkgs.e17; in
# import ../desktops/e17 { inherit callPackage pkgs; }
# );
e17 = recurseIntoAttrs (
let callPackage = newScope pkgs.e17; in
import ../desktops/e17 { inherit callPackage pkgs; }
);

gnome2 = callPackage ../desktops/gnome-2 {
callPackage = pkgs.newScope pkgs.gnome2;
Expand Down

0 comments on commit fa7b102

Please sign in to comment.