mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
erofs-utils: bump to fuse3
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user