* stdenvUsingSetupNew2 -> stdenv.
svn path=/nixos/trunk/; revision=10850
This commit is contained in:
parent
59ea75d88e
commit
3dcd0cc7a4
@ -30,7 +30,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
# !!! cut&paste
|
# !!! cut&paste
|
||||||
substituteInAll = args: pkgs.stdenvUsingSetupNew2.mkDerivation ({
|
substituteInAll = args: pkgs.stdenv.mkDerivation ({
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
ensureDir $out
|
ensureDir $out
|
||||||
cp -prd $src/* $out
|
cp -prd $src/* $out
|
||||||
|
@ -241,7 +241,7 @@ let
|
|||||||
|
|
||||||
|
|
||||||
# !!! should be in Nixpkgs.
|
# !!! should be in Nixpkgs.
|
||||||
substituteInSome = args: pkgs.stdenvUsingSetupNew2.mkDerivation ({
|
substituteInSome = args: pkgs.stdenv.mkDerivation ({
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
ensureDir $out
|
ensureDir $out
|
||||||
cp -prd $src/* $out
|
cp -prd $src/* $out
|
||||||
@ -252,7 +252,7 @@ let
|
|||||||
'';
|
'';
|
||||||
} // args); # */
|
} // args); # */
|
||||||
|
|
||||||
substituteInAll = args: pkgs.stdenvUsingSetupNew2.mkDerivation ({
|
substituteInAll = args: pkgs.stdenv.mkDerivation ({
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
ensureDir $out
|
ensureDir $out
|
||||||
cp -prd $src/* $out
|
cp -prd $src/* $out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user