2018-02-26 23:50:46 +01:00
|
|
|
{ stdenv, fetchurl, fetchgit
|
|
|
|
, pkgconfig, makeWrapper, libtool, autoconf, automake
|
2018-07-17 22:11:16 +02:00
|
|
|
, coreutils, libxml2, gnutls, perl, python2, attr
|
2015-10-03 20:52:03 +02:00
|
|
|
, iproute, iptables, readline, lvm2, utillinux, systemd, libpciaccess, gettext
|
2017-03-25 14:58:26 +01:00
|
|
|
, libtasn1, ebtables, libgcrypt, yajl, pmutils, libcap_ng, libapparmor
|
2015-12-24 20:59:44 +01:00
|
|
|
, dnsmasq, libnl, libpcap, libxslt, xhtml1, numad, numactl, perlPackages
|
2018-06-18 09:30:25 +02:00
|
|
|
, curl, libiconv, gmp, zfs, parted, bridge-utils, dmidecode
|
|
|
|
, enableXen ? false, xen ? null
|
2018-06-25 13:11:56 +02:00
|
|
|
, enableIscsi ? false, openiscsi
|
2011-03-14 15:46:41 +01:00
|
|
|
}:
|
2017-03-23 21:26:37 +01:00
|
|
|
|
|
|
|
with stdenv.lib;
|
|
|
|
|
2018-02-26 23:50:46 +01:00
|
|
|
# if you update, also bump <nixpkgs/pkgs/development/python-modules/libvirt/default.nix> and SysVirt in <nixpkgs/pkgs/top-level/perl-packages.nix>
|
|
|
|
let
|
2018-03-09 14:29:36 +01:00
|
|
|
buildFromTarball = stdenv.isDarwin;
|
2018-02-26 23:50:46 +01:00
|
|
|
in stdenv.mkDerivation rec {
|
2010-01-27 13:12:35 +01:00
|
|
|
name = "libvirt-${version}";
|
2018-08-06 23:15:06 +02:00
|
|
|
version = "4.6.0";
|
2010-01-27 13:12:35 +01:00
|
|
|
|
2018-02-26 23:50:46 +01:00
|
|
|
src =
|
|
|
|
if buildFromTarball then
|
|
|
|
fetchurl {
|
|
|
|
url = "http://libvirt.org/sources/${name}.tar.xz";
|
2018-08-06 23:15:06 +02:00
|
|
|
sha256 = "0rj0azi766g0xdxydvkq9nj95hhsiwqgclzzmyxvk2axhb8nrb5l";
|
2018-02-26 23:50:46 +01:00
|
|
|
}
|
|
|
|
else
|
|
|
|
fetchgit {
|
|
|
|
url = git://libvirt.org/libvirt.git;
|
|
|
|
rev = "v${version}";
|
2018-08-06 23:15:06 +02:00
|
|
|
sha256 = "1lv1s93k056wylrlc7j4q45zir9z4qshzcl454spy2wb8cdn3h4s";
|
2018-02-26 23:50:46 +01:00
|
|
|
fetchSubmodules = true;
|
|
|
|
};
|
2016-01-04 16:50:34 +01:00
|
|
|
|
|
|
|
nativeBuildInputs = [ makeWrapper pkgconfig ];
|
2014-03-12 08:27:05 +01:00
|
|
|
buildInputs = [
|
2017-03-28 19:13:39 +02:00
|
|
|
libxml2 gnutls perl python2 readline gettext libtasn1 libgcrypt yajl
|
2017-06-05 07:50:46 +02:00
|
|
|
libxslt xhtml1 perlPackages.XMLXPath curl libpcap
|
2018-02-26 23:50:46 +01:00
|
|
|
] ++ optionals (!buildFromTarball) [
|
|
|
|
libtool autoconf automake
|
2017-03-23 21:26:37 +01:00
|
|
|
] ++ optionals stdenv.isLinux [
|
2018-07-19 06:09:01 +02:00
|
|
|
libpciaccess lvm2 lvm2 utillinux systemd libnl numad zfs
|
2017-12-06 11:55:39 +01:00
|
|
|
libapparmor libcap_ng numactl attr parted
|
2018-06-18 09:30:25 +02:00
|
|
|
] ++ optionals (enableXen && stdenv.isLinux && stdenv.isx86_64) [
|
2017-12-06 11:55:39 +01:00
|
|
|
xen
|
2018-06-25 13:11:56 +02:00
|
|
|
] ++ optionals enableIscsi [
|
|
|
|
openiscsi
|
2017-03-23 21:26:37 +01:00
|
|
|
] ++ optionals stdenv.isDarwin [
|
2017-12-06 11:55:39 +01:00
|
|
|
libiconv gmp
|
2014-03-12 08:27:05 +01:00
|
|
|
];
|
|
|
|
|
2018-02-26 23:50:46 +01:00
|
|
|
preConfigure = ''
|
|
|
|
${ optionalString (!buildFromTarball) "./bootstrap --no-git --gnulib-srcdir=$(pwd)/.gnulib" }
|
|
|
|
|
2018-06-25 13:11:56 +02:00
|
|
|
PATH=${stdenv.lib.makeBinPath ([ dnsmasq ] ++ optionals stdenv.isLinux [ iproute iptables ebtables lvm2 systemd numad ] ++ optionals enableIscsi [ openiscsi ])}:$PATH
|
2017-08-02 03:18:57 +02:00
|
|
|
|
|
|
|
# the path to qemu-kvm will be stored in VM's .xml and .save files
|
|
|
|
# do not use "''${qemu_kvm}/bin/qemu-kvm" to avoid bound VMs to particular qemu derivations
|
|
|
|
substituteInPlace src/lxc/lxc_conf.c \
|
|
|
|
--replace 'lxc_path,' '"/run/libvirt/nix-emulators/libvirt_lxc",'
|
2018-02-26 23:50:46 +01:00
|
|
|
|
2015-01-08 10:26:49 +01:00
|
|
|
patchShebangs . # fixes /usr/bin/python references
|
2014-03-12 08:27:05 +01:00
|
|
|
'';
|
|
|
|
|
|
|
|
configureFlags = [
|
|
|
|
"--localstatedir=/var"
|
2015-12-18 14:07:53 +01:00
|
|
|
"--sysconfdir=/var/lib"
|
2014-10-27 17:34:41 +01:00
|
|
|
"--with-libpcap"
|
2015-12-25 05:34:47 +01:00
|
|
|
"--with-vmware"
|
|
|
|
"--with-vbox"
|
|
|
|
"--with-test"
|
|
|
|
"--with-esx"
|
|
|
|
"--with-remote"
|
2017-03-23 21:26:37 +01:00
|
|
|
] ++ optionals stdenv.isLinux [
|
2017-03-25 14:58:26 +01:00
|
|
|
"--with-attr"
|
|
|
|
"--with-apparmor"
|
|
|
|
"--with-secdriver-apparmor"
|
2015-12-15 19:55:39 +01:00
|
|
|
"--with-numad"
|
2015-12-25 05:34:47 +01:00
|
|
|
"--with-macvtap"
|
|
|
|
"--with-virtualport"
|
2017-03-25 14:59:01 +01:00
|
|
|
"--with-init-script=systemd+redhat"
|
2017-06-05 07:50:46 +02:00
|
|
|
"--with-storage-disk"
|
2017-07-20 23:31:04 +02:00
|
|
|
] ++ optionals (stdenv.isLinux && zfs != null) [
|
2016-05-23 04:03:41 +02:00
|
|
|
"--with-storage-zfs"
|
2018-06-25 13:11:56 +02:00
|
|
|
] ++ optionals enableIscsi [
|
|
|
|
"--with-storage-iscsi"
|
2017-03-23 21:26:37 +01:00
|
|
|
] ++ optionals stdenv.isDarwin [
|
2015-12-25 05:34:47 +01:00
|
|
|
"--with-init-script=none"
|
2014-03-12 08:27:05 +01:00
|
|
|
];
|
|
|
|
|
|
|
|
installFlags = [
|
|
|
|
"localstatedir=$(TMPDIR)/var"
|
2015-12-18 14:07:53 +01:00
|
|
|
"sysconfdir=$(out)/var/lib"
|
2014-03-12 08:27:05 +01:00
|
|
|
];
|
|
|
|
|
2018-06-26 12:17:04 +02:00
|
|
|
|
|
|
|
postInstall = let
|
|
|
|
binPath = [ iptables iproute pmutils numad numactl bridge-utils dmidecode dnsmasq ebtables ] ++ optionals enableIscsi [ openiscsi ];
|
|
|
|
in ''
|
2014-03-12 08:27:05 +01:00
|
|
|
substituteInPlace $out/libexec/libvirt-guests.sh \
|
2018-02-26 23:50:46 +01:00
|
|
|
--replace 'ON_SHUTDOWN=suspend' 'ON_SHUTDOWN=''${ON_SHUTDOWN:-suspend}' \
|
|
|
|
--replace "$out/bin" '${gettext}/bin' \
|
|
|
|
--replace 'lock/subsys' 'lock' \
|
|
|
|
--replace 'gettext.sh' 'gettext.sh
|
|
|
|
# Added in nixpkgs:
|
|
|
|
gettext() { "${gettext}/bin/gettext" "$@"; }
|
|
|
|
'
|
2017-03-23 21:26:37 +01:00
|
|
|
'' + optionalString stdenv.isLinux ''
|
2017-09-03 09:24:49 +02:00
|
|
|
substituteInPlace $out/lib/systemd/system/libvirtd.service --replace /bin/kill ${coreutils}/bin/kill
|
2017-06-05 07:50:46 +02:00
|
|
|
rm $out/lib/systemd/system/{virtlockd,virtlogd}.*
|
2014-03-12 08:27:05 +01:00
|
|
|
wrapProgram $out/sbin/libvirtd \
|
2018-06-26 12:17:04 +02:00
|
|
|
--prefix PATH : /run/libvirt/nix-emulators:${makeBinPath binPath}
|
2014-03-12 08:27:05 +01:00
|
|
|
'';
|
2011-02-25 16:56:10 +01:00
|
|
|
|
2012-04-19 23:40:07 +02:00
|
|
|
enableParallelBuilding = true;
|
2014-03-12 08:27:05 +01:00
|
|
|
|
2012-05-07 00:39:39 +02:00
|
|
|
NIX_CFLAGS_COMPILE = "-fno-stack-protector";
|
2012-04-19 23:40:07 +02:00
|
|
|
|
2017-03-23 21:26:37 +01:00
|
|
|
meta = {
|
2010-01-27 13:12:35 +01:00
|
|
|
homepage = http://libvirt.org/;
|
2014-03-27 14:27:12 +01:00
|
|
|
repositories.git = git://libvirt.org/libvirt.git;
|
2014-03-12 08:27:05 +01:00
|
|
|
description = ''
|
|
|
|
A toolkit to interact with the virtualization capabilities of recent
|
|
|
|
versions of Linux (and other OSes)
|
|
|
|
'';
|
|
|
|
license = licenses.lgpl2Plus;
|
2015-12-25 05:34:47 +01:00
|
|
|
platforms = platforms.unix;
|
2016-03-19 16:33:49 +01:00
|
|
|
maintainers = with maintainers; [ fpletz ];
|
2010-01-27 13:12:35 +01:00
|
|
|
};
|
|
|
|
}
|