mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
kqemu seems to need it on most kernels
svn path=/nixpkgs/trunk/; revision=14003
This commit is contained in:
parent
f529bd70a1
commit
b47bdfc6f7
|
@ -16,6 +16,7 @@ rec {
|
|||
sed -e '/kernel_path=/akernel_path=$out$kernel_path' -i install.sh
|
||||
sed -e '/depmod/d' -i install.sh
|
||||
cat install.sh
|
||||
sed -e '/linux\/ioctl.h/a#include <linux\/sched.h>' -i kqemu-linux.c
|
||||
'') ["minInit" "doUnpack"];
|
||||
|
||||
phaseNames = ["preConfigure" "doConfigure" "debugStep" "doMakeInstall"];
|
||||
|
|
Loading…
Reference in a new issue