ceph: fuse3

Migrate from fuse (2.x) to fuse3 (3.x) as per [the fuse migration tracking issue](https://redirect.github.com/NixOS/nixpkgs/issues/526161).

Note that the fuse specific patching (for remounting) is still required.
There is an intersecting version check for 3, however it does not affect functionality.

Signed-off-by: benaryorg <binary@benary.org>
This commit is contained in:
benaryorg
2026-06-09 00:33:51 +00:00
parent 4ea89ff69f
commit e7632e4b9c
+2 -2
View File
@@ -66,7 +66,7 @@
# Optional Dependencies
curl,
expat,
fuse,
fuse3,
libatomic_ops,
libedit,
libs3,
@@ -106,7 +106,7 @@ let
optYasm = shouldUsePkg yasm;
optExpat = shouldUsePkg expat;
optCurl = shouldUsePkg curl;
optFuse = shouldUsePkg fuse;
optFuse = shouldUsePkg fuse3;
optLibedit = shouldUsePkg libedit;
optLibatomic_ops = shouldUsePkg libatomic_ops;
optLibs3 = shouldUsePkg libs3;