libbde: fuse -> fuse3

This commit is contained in:
BatteredBunny
2026-07-21 17:34:17 +03:00
parent 2237b000c9
commit fdc3625055
+6 -2
View File
@@ -2,7 +2,9 @@
lib,
stdenv,
fetchurl,
fuse,
fuse3,
macfuse-stubs,
pkg-config,
ncurses,
python3,
nix-update-script,
@@ -17,10 +19,12 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-La6rzBOfyBIXDn78vXb8GUt8jgQkzsqM38kRZ7t3Fp0=";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [
fuse
ncurses
python3
(if stdenv.hostPlatform.isDarwin then macfuse-stubs else fuse3)
];
preInstall = ''