me
/
guix
Archived
1
0
Fork 0

gnu: libvirt: Make selected inputs native-inputs.

* gnu/packages/virtualization.scm (libvirt)[inputs]: Move perl, polkit, and
python from here...
[native-inputs]: ...to here.
master
Tobias Geerinckx-Rice 2017-09-05 00:24:54 +02:00
parent 2f110b32a4
commit b8fb94d5b8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -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