* 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
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
buildInputs = [unzip libtommath];
setSourceRoot = "sourceRoot=.";
sourceRoot = ".";
buildPhase = ''
cd lib