erofs-utils: bump to fuse3

This commit is contained in:
Jack Rosenberg
2026-05-22 13:12:15 +02:00
parent 64d83f2b8c
commit 00958bec92

View File

@@ -4,7 +4,7 @@
fetchurl,
autoreconfHook,
pkg-config,
fuse,
fuse3,
util-linux,
xxhash,
lz4,
@@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
zstd
libdeflate
]
++ lib.optionals fuseSupport [ fuse ]
++ lib.optionals fuseSupport [ fuse3 ]
++ lib.optionals selinuxSupport [ libselinux ];
configureFlags = [