afflib: use fuse3

This commit is contained in:
7c6f434c
2025-09-23 06:28:12 +00:00
committed by GitHub
parent 186bb09d07
commit be80c76f69
+2 -2
View File
@@ -5,7 +5,7 @@
zlib,
curl,
expat,
fuse,
fuse3,
openssl,
autoreconfHook,
python3,
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
openssl
python3
]
++ lib.optionals (with stdenv; isLinux || isDarwin) [ fuse ]
++ lib.optionals (with stdenv; isLinux || isDarwin) [ fuse3 ]
++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ];
meta = {