mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libvirt: Sort inputs.
* gnu/packages/virtualization.scm (libvirt) [inputs]: Sort. Change-Id: I3c15a1d9b37ee9d074f417bb0636126d7a630992
This commit is contained in:
parent
37ec17c43a
commit
b9eb832017
1 changed files with 20 additions and 20 deletions
|
@ -1595,31 +1595,31 @@ pretty simple, REST API.")
|
|||
(inputs
|
||||
(list acl
|
||||
attr
|
||||
fuse-2
|
||||
libxml2
|
||||
eudev
|
||||
libpciaccess
|
||||
gnutls
|
||||
dbus
|
||||
json-c
|
||||
libpcap
|
||||
libnl
|
||||
libssh2 ;optional
|
||||
libtirpc ;for <rpc/rpc.h>
|
||||
`(,util-linux "lib")
|
||||
lvm2 ;for libdevmapper
|
||||
curl
|
||||
openssl
|
||||
readline
|
||||
cyrus-sasl
|
||||
yajl
|
||||
audit
|
||||
curl
|
||||
cyrus-sasl
|
||||
dbus
|
||||
dmidecode
|
||||
dnsmasq
|
||||
ebtables
|
||||
parted
|
||||
eudev
|
||||
fuse-2
|
||||
gnutls
|
||||
iproute
|
||||
iptables))
|
||||
iptables
|
||||
json-c
|
||||
libnl
|
||||
libpcap
|
||||
libpciaccess
|
||||
libssh2 ;optional
|
||||
libtirpc ;for <rpc/rpc.h>
|
||||
libxml2
|
||||
lvm2 ;for libdevmapper
|
||||
openssl
|
||||
parted
|
||||
`(,util-linux "lib")
|
||||
readline
|
||||
yajl))
|
||||
(native-inputs
|
||||
(list bash-completion
|
||||
gettext-minimal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue