mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libvirt: Support extended attributes.
* gnu/packages/virtualization.scm (inputs): Add attr.
This commit is contained in:
parent
063477ba40
commit
bdc0a9e0ae
1 changed files with 1 additions and 0 deletions
|
@ -1118,6 +1118,7 @@ It started as a side project of LXC but can be used by any run-time.")
|
||||||
""))))))))
|
""))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("acl" ,acl)
|
`(("acl" ,acl)
|
||||||
|
("attr" ,attr)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("eudev" ,eudev)
|
("eudev" ,eudev)
|
||||||
("libpciaccess" ,libpciaccess)
|
("libpciaccess" ,libpciaccess)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue