gnu: libvirt: Support FUSE.

* gnu/packages/virtualization.scm (inputs): Add fuse.
This commit is contained in:
Tobias Geerinckx-Rice 2021-07-01 18:49:14 +02:00
parent bdc0a9e0ae
commit 1099073c00
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1119,6 +1119,7 @@ It started as a side project of LXC but can be used by any run-time.")
(inputs
`(("acl" ,acl)
("attr" ,attr)
("fuse" ,fuse)
("libxml2" ,libxml2)
("eudev" ,eudev)
("libpciaccess" ,libpciaccess)