* Hack to get KVM to build again.
svn path=/nixpkgs/trunk/; revision=11038
This commit is contained in:
parent
bd680bfc0b
commit
bc8eb14767
@ -15,7 +15,12 @@ stdenv.mkDerivation {
|
||||
# e2fsprogs is needed for libuuid.
|
||||
buildInputs = [zlib e2fsprogs SDL alsaLib];
|
||||
|
||||
preConfigure = "for i in configure user/configure; do substituteInPlace $i --replace /bin/bash $shell; done";
|
||||
preConfigure = ''
|
||||
for i in configure user/configure; do
|
||||
substituteInPlace $i --replace /bin/bash $shell
|
||||
done
|
||||
substituteInPlace libkvm/Makefile --replace kvm_para.h kvm.h # !!! quick hack
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://kvm.qumranet.com/;
|
||||
|
Loading…
Reference in New Issue
Block a user