diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-05 00:24:54 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-05 05:27:41 +0200 |
commit | b8fb94d5b85015f7358f4d6cce6ebbbe5031122e (patch) | |
tree | 49549b38073f4bb1a73f953cf424bfcd8f19fd19 /gnu | |
parent | 2f110b32a4465d7e15f4f5ea8d55171b96143790 (diff) | |
download | patches-b8fb94d5b85015f7358f4d6cce6ebbbe5031122e.tar patches-b8fb94d5b85015f7358f4d6cce6ebbbe5031122e.tar.gz |
gnu: libvirt: Make selected inputs native-inputs.
* gnu/packages/virtualization.scm (libvirt)[inputs]: Move perl, polkit, and
python from here...
[native-inputs]: ...to here.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/virtualization.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 49cfbfe2db..6cb4331b1f 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -365,7 +365,6 @@ manage system or application containers.") ("gnutls" ,gnutls) ("dbus" ,dbus) ("qemu" ,qemu) - ("polkit" ,polkit) ("libpcap" ,libpcap) ("libnl" ,libnl) ("libuuid" ,util-linux) @@ -373,8 +372,6 @@ manage system or application containers.") ("curl" ,curl) ("openssl" ,openssl) ("cyrus-sasl" ,cyrus-sasl) - ("perl" ,perl) - ("python" ,python-2) ("libyajl" ,libyajl) ("audit" ,audit) ("dmidecode" ,dmidecode) @@ -384,7 +381,10 @@ manage system or application containers.") ("iptables" ,iptables))) (native-inputs `(("xsltproc" ,libxslt) - ("pkg-config" ,pkg-config))) + ("perl" ,perl) + ("pkg-config" ,pkg-config) + ("polkit" ,polkit) + ("python" ,python-2))) (home-page "https://libvirt.org") (synopsis "Simple API for virtualization") (description "Libvirt is a C toolkit to interact with the virtualization |