Making giv point to the proper patch file.

svn path=/nixpkgs/trunk/; revision=26723
This commit is contained in:
Lluís Batlle i Rossell 2011-04-06 15:36:49 +00:00
parent b5577512de
commit 47221a8435

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
sed -i s,/usr/local,$out, SConstruct
'';
patches = [ /tmp/patch ];
patches = [ ./build.patch ];
buildPhase = "scons";