mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* Fix libvirt.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31642
This commit is contained in:
parent
01f48c7fc1
commit
923054c924
|
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
|||
patchShebangs . # fixes /usr/bin/python references
|
||||
'';
|
||||
|
||||
configureFlags = "--localstatedir=/var --sysconfdir=/etc --with-init-script=redhat";
|
||||
configureFlags = "--localstatedir=/var --sysconfdir=/etc --with-init-script=redhat --without-macvtap";
|
||||
|
||||
installFlags = "localstatedir=$(TMPDIR)/var sysconfdir=$(out)/etc";
|
||||
|
||||
|
|
Loading…
Reference in a new issue