Fixing the kernel headers patchPhase.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18697
This commit is contained in:
parent
83f8715475
commit
0e691fca14
|
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||||
else if stdenv.system == "powerpc-linux" then ["ppc"] else [];
|
else if stdenv.system == "powerpc-linux" then ["ppc"] else [];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
patch --verbose -p1 "${./unifdef-getline.patch}"
|
patch --verbose -p1 < "${./unifdef-getline.patch}"
|
||||||
sed -i '/scsi/d' include/Kbuild
|
sed -i '/scsi/d' include/Kbuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue