summary refs log tree commit diff
path: root/pkgs/development/libraries/libvirt
diff options
context:
space:
mode:
authorVince v. Oosten <vince@vince.lol>2017-04-10 23:36:35 +0200
committerVince van Oosten <vvanoosten@computest.nl>2017-04-11 13:03:02 +0200
commit39e95aa159ec002f1c1f4bfa28e0eb944e80da5c (patch)
tree849b52ee3bd06ee26c1f90ffb7db580a1702ceb4 /pkgs/development/libraries/libvirt
parent7f8202bf839e150b3824dbbcba585725a076bed2 (diff)
downloadnixlib-39e95aa159ec002f1c1f4bfa28e0eb944e80da5c.tar
nixlib-39e95aa159ec002f1c1f4bfa28e0eb944e80da5c.tar.gz
nixlib-39e95aa159ec002f1c1f4bfa28e0eb944e80da5c.tar.bz2
nixlib-39e95aa159ec002f1c1f4bfa28e0eb944e80da5c.tar.lz
nixlib-39e95aa159ec002f1c1f4bfa28e0eb944e80da5c.tar.xz
nixlib-39e95aa159ec002f1c1f4bfa28e0eb944e80da5c.tar.zst
nixlib-39e95aa159ec002f1c1f4bfa28e0eb944e80da5c.zip
add disk storage to libvirt
Diffstat (limited to 'pkgs/development/libraries/libvirt')
-rw-r--r--pkgs/development/libraries/libvirt/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libvirt/default.nix b/pkgs/development/libraries/libvirt/default.nix
index 96649a0927ee..9eb4c1164850 100644
--- a/pkgs/development/libraries/libvirt/default.nix
+++ b/pkgs/development/libraries/libvirt/default.nix
@@ -4,7 +4,7 @@
 , iproute, iptables, readline, lvm2, utillinux, systemd, libpciaccess, gettext
 , libtasn1, ebtables, libgcrypt, yajl, pmutils, libcap_ng, libapparmor
 , dnsmasq, libnl, libpcap, libxslt, xhtml1, numad, numactl, perlPackages
-, curl, libiconv, gmp, xen, zfs
+, curl, libiconv, gmp, xen, zfs, parted
 }:
 
 with stdenv.lib;
@@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
     "--with-test"
     "--with-esx"
     "--with-remote"
+    "--with-storage-disk"
   ] ++ optionals stdenv.isLinux [
     "--with-attr"
     "--with-apparmor"