* Test setting $sourceRoot directly.
svn path=/nixpkgs/trunk/; revision=12746
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [unzip libtommath];
|
||||
|
||||
setSourceRoot = "sourceRoot=.";
|
||||
sourceRoot = ".";
|
||||
|
||||
buildPhase = ''
|
||||
cd lib
|
||||
|
||||
Reference in New Issue
Block a user