mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fuse@3: Bind to default FUSE variable.
* gnu/packages/linux.scm (fuse): Rename this… (fuse-2): …to this, and… (fuse-3): …rename this… (fuse): …to this! (fuse-static): Rename this… (fuse-2-static): …to this. Adjust all users.
This commit is contained in:
parent
a879385de1
commit
789f7e9a3d
19 changed files with 56 additions and 58 deletions
|
@ -1325,7 +1325,7 @@ manage system or application containers.")
|
|||
(native-inputs
|
||||
(list autoconf automake libtool pkg-config))
|
||||
(inputs
|
||||
(list fuse))
|
||||
(list fuse-2))
|
||||
(build-system gnu-build-system)
|
||||
(synopsis "FUSE-based file system for LXC")
|
||||
(description "LXCFS is a small FUSE file system written with the intention
|
||||
|
@ -1499,7 +1499,7 @@ pretty simple, REST API.")
|
|||
(inputs
|
||||
(list acl
|
||||
attr
|
||||
fuse
|
||||
fuse-2
|
||||
libxml2
|
||||
eudev
|
||||
libpciaccess
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue