forked from mirrors/nixpkgs
* Test setting $sourceRoot directly.
svn path=/nixpkgs/trunk/; revision=12746
This commit is contained in:
parent
86173ade50
commit
fc980b49f9
|
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
buildInputs = [unzip libtommath];
|
buildInputs = [unzip libtommath];
|
||||||
|
|
||||||
setSourceRoot = "sourceRoot=.";
|
sourceRoot = ".";
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
cd lib
|
cd lib
|
||||||
|
|
|
@ -566,8 +566,9 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
convertlit = import ../tools/text/convertlit {
|
convertlit = import ../tools/text/convertlit {
|
||||||
inherit fetchurl stdenv unzip libtommath;
|
inherit fetchurl unzip libtommath;
|
||||||
};
|
stdenv = stdenvNew;
|
||||||
|
};
|
||||||
|
|
||||||
coreutils = useFromStdenv "coreutils"
|
coreutils = useFromStdenv "coreutils"
|
||||||
((if stdenv ? isDietLibC
|
((if stdenv ? isDietLibC
|
||||||
|
|
Loading…
Reference in a new issue