mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
e1d5804f30
svn path=/nixpkgs/branches/stdenv-updates/; revision=9815
10 lines
183 B
Bash
10 lines
183 B
Bash
source $stdenv/setup
|
|
|
|
patchPhase="sed -i '/scsi/d' include/Kbuild"
|
|
|
|
buildPhase="make mrproper headers_check";
|
|
|
|
installPhase="make INSTALL_HDR_PATH=$out headers_install"
|
|
|
|
genericBuild
|