Minor syntactic simplification.
svn path=/nixpkgs/trunk/; revision=23607
This commit is contained in:
parent
e208e8ae76
commit
c51b2a8beb
@ -2,9 +2,7 @@
|
|||||||
|
|
||||||
let ghcReal = pkgs.lowPrio ghc; in
|
let ghcReal = pkgs.lowPrio ghc; in
|
||||||
|
|
||||||
let result = rec {
|
let result = let callPackage = newScope result; in
|
||||||
|
|
||||||
x = let callPackage = newScope x; in
|
|
||||||
|
|
||||||
# Indentation deliberately broken at this point to keep the bulk
|
# Indentation deliberately broken at this point to keep the bulk
|
||||||
# of this file at a low indentation level.
|
# of this file at a low indentation level.
|
||||||
@ -746,6 +744,6 @@ rec {
|
|||||||
|
|
||||||
# End of the main part of the file.
|
# End of the main part of the file.
|
||||||
|
|
||||||
}; };
|
};
|
||||||
|
|
||||||
in result.x
|
in result
|
||||||
|
Loading…
Reference in New Issue
Block a user