[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: libvirt: Make selected inputs native-inputs.
From: |
Tobias Geerinckx-Rice |
Subject: |
04/05: gnu: libvirt: Make selected inputs native-inputs. |
Date: |
Tue, 5 Sep 2017 00:05:54 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b8fb94d5b85015f7358f4d6cce6ebbbe5031122e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Sep 5 00:24:54 2017 +0200
gnu: libvirt: Make selected inputs native-inputs.
* gnu/packages/virtualization.scm (libvirt)[inputs]: Move perl, polkit, and
python from here...
[native-inputs]: ...to here.
---
gnu/packages/virtualization.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 49cfbfe..6cb4331 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