Making giv point to the proper patch file.
svn path=/nixpkgs/trunk/; revision=26723
This commit is contained in:
parent
b5577512de
commit
47221a8435
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
sed -i s,/usr/local,$out, SConstruct
|
sed -i s,/usr/local,$out, SConstruct
|
||||||
'';
|
'';
|
||||||
|
|
||||||
patches = [ /tmp/patch ];
|
patches = [ ./build.patch ];
|
||||||
|
|
||||||
buildPhase = "scons";
|
buildPhase = "scons";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user