* Don't repeat the standard definition of $phases.
svn path=/nixpkgs/trunk/; revision=13493
This commit is contained in:
@@ -4,8 +4,10 @@ with pkgs;
|
||||
|
||||
rec {
|
||||
|
||||
makeSourceTarball = args: import ./make-source-tarball.nix
|
||||
({inherit stdenv autoconf automake libtool;} // args);
|
||||
makeSourceTarball = args: import ./make-source-tarball.nix (
|
||||
{ inherit autoconf automake libtool;
|
||||
stdenv = stdenvNew;
|
||||
} // args);
|
||||
|
||||
nixBuild = args: import ./nix-build.nix (
|
||||
{ inherit stdenv;
|
||||
|
||||
Reference in New Issue
Block a user