Fixing the kernel headers patchPhase.

svn path=/nixpkgs/branches/stdenv-updates/; revision=18697
This commit is contained in:
Lluís Batlle i Rossell 2009-11-29 18:21:20 +00:00
parent 83f8715475
commit 0e691fca14

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation {
else if stdenv.system == "powerpc-linux" then ["ppc"] else [];
patchPhase = ''
patch --verbose -p1 "${./unifdef-getline.patch}"
patch --verbose -p1 < "${./unifdef-getline.patch}"
sed -i '/scsi/d' include/Kbuild
'';