mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 22:28:00 +00:00
squashfuse: Use fuse3 instead of fuse
Co-authored-by: ralismark <13449732+ralismark@users.noreply.github.com>
This commit is contained in:
parent
82a2cc1efe
commit
c56194b2ac
@ -4,7 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
autoreconfHook,
|
||||
libtool,
|
||||
fuse,
|
||||
fuse3,
|
||||
pkg-config,
|
||||
lz4,
|
||||
xz,
|
||||
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
zlib
|
||||
lzo
|
||||
zstd
|
||||
fuse
|
||||
fuse3
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user