mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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 [];
|
||||
|
||||
patchPhase = ''
|
||||
patch --verbose -p1 "${./unifdef-getline.patch}"
|
||||
patch --verbose -p1 < "${./unifdef-getline.patch}"
|
||||
sed -i '/scsi/d' include/Kbuild
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user