3
0
Fork 0
forked from mirrors/nixpkgs

* Test setting $sourceRoot directly.

svn path=/nixpkgs/trunk/; revision=12746
This commit is contained in:
Eelco Dolstra 2008-08-27 14:56:59 +00:00
parent 86173ade50
commit fc980b49f9
2 changed files with 4 additions and 3 deletions

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation {
buildInputs = [unzip libtommath];
setSourceRoot = "sourceRoot=.";
sourceRoot = ".";
buildPhase = ''
cd lib

View file

@ -566,8 +566,9 @@ let
};
convertlit = import ../tools/text/convertlit {
inherit fetchurl stdenv unzip libtommath;
};
inherit fetchurl unzip libtommath;
stdenv = stdenvNew;
};
coreutils = useFromStdenv "coreutils"
((if stdenv ? isDietLibC