gnu: libvirt: Remove input labels.
* gnu/packages/virtualization.scm (libvirt)[inputs, native-inputs]: Remove labels.
This commit is contained in:
parent
3a76c2bfd9
commit
e00b395cb2
@ -1311,49 +1311,49 @@ pretty simple, REST API.")
|
|||||||
"destdir = '/tmp'"))))
|
"destdir = '/tmp'"))))
|
||||||
(add-before 'configure 'disable-broken-tests
|
(add-before 'configure 'disable-broken-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(let ((tests (list "commandtest" ; hangs idly
|
(let ((tests (list "commandtest" ; hangs idly
|
||||||
"qemuxml2argvtest" ; fails
|
"qemuxml2argvtest" ; fails
|
||||||
"virnetsockettest"))) ; tries to network
|
"virnetsockettest"))) ; tries to network
|
||||||
(substitute* "tests/meson.build"
|
(substitute* "tests/meson.build"
|
||||||
(((format #f ".*'name': '(~a)'.*" (string-join tests "|")))
|
(((format #f ".*'name': '(~a)'.*" (string-join tests "|")))
|
||||||
""))))))))
|
""))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("acl" ,acl)
|
(list acl
|
||||||
("attr" ,attr)
|
attr
|
||||||
("fuse" ,fuse)
|
fuse
|
||||||
("libxml2" ,libxml2)
|
libxml2
|
||||||
("eudev" ,eudev)
|
eudev
|
||||||
("libpciaccess" ,libpciaccess)
|
libpciaccess
|
||||||
("gnutls" ,gnutls)
|
gnutls
|
||||||
("dbus" ,dbus)
|
dbus
|
||||||
("libpcap" ,libpcap)
|
libpcap
|
||||||
("libnl" ,libnl)
|
libnl
|
||||||
("libssh2" ,libssh2) ;optional
|
libssh2 ;optional
|
||||||
("libtirpc" ,libtirpc) ;for <rpc/rpc.h>
|
libtirpc ;for <rpc/rpc.h>
|
||||||
("libuuid" ,util-linux "lib")
|
`(,util-linux "lib")
|
||||||
("lvm2" ,lvm2) ;for libdevmapper
|
lvm2 ;for libdevmapper
|
||||||
("curl" ,curl)
|
curl
|
||||||
("openssl" ,openssl)
|
openssl
|
||||||
("readline" ,readline)
|
readline
|
||||||
("cyrus-sasl" ,cyrus-sasl)
|
cyrus-sasl
|
||||||
("libyajl" ,libyajl)
|
libyajl
|
||||||
("audit" ,audit)
|
audit
|
||||||
("dmidecode" ,dmidecode)
|
dmidecode
|
||||||
("dnsmasq" ,dnsmasq)
|
dnsmasq
|
||||||
("ebtables" ,ebtables)
|
ebtables
|
||||||
("parted" ,parted)
|
parted
|
||||||
("iproute" ,iproute)
|
iproute
|
||||||
("iptables" ,iptables)))
|
iptables))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bash-completion" ,bash-completion)
|
(list bash-completion
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("xsltproc" ,libxslt)
|
libxslt
|
||||||
("perl" ,perl)
|
perl
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("polkit" ,polkit)
|
polkit
|
||||||
("python" ,python-wrapper)
|
python-wrapper
|
||||||
("python-docutils" ,python-docutils) ;for rst2html
|
python-docutils ;for rst2html
|
||||||
("rpcsvc-proto" ,rpcsvc-proto))) ;for rpcgen
|
rpcsvc-proto)) ;for rpcgen
|
||||||
(home-page "https://libvirt.org")
|
(home-page "https://libvirt.org")
|
||||||
(synopsis "Simple API for virtualization")
|
(synopsis "Simple API for virtualization")
|
||||||
(description "Libvirt is a C toolkit to interact with the virtualization
|
(description "Libvirt is a C toolkit to interact with the virtualization
|
||||||
|
Loading…
Reference in New Issue
Block a user