wiimms-iso-tools: fuse -> fuse3
Works with no issues
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
fetchpatch,
|
||||
zlib,
|
||||
ncurses,
|
||||
fuse,
|
||||
fuse3,
|
||||
versionCheckHook,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -20,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs = [
|
||||
zlib
|
||||
ncurses
|
||||
fuse
|
||||
fuse3
|
||||
];
|
||||
|
||||
patches = [
|
||||
@@ -50,6 +51,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
./install.sh --no-sudo
|
||||
'';
|
||||
|
||||
doInstallCheck = true;
|
||||
nativeInstallCheckInputs = [
|
||||
versionCheckHook
|
||||
];
|
||||
versionCheckProgram = "${placeholder "out"}/bin/wit";
|
||||
|
||||
meta = {
|
||||
homepage = "https://wit.wiimm.de";
|
||||
description = "Set of command line tools to manipulate Wii and GameCube ISO images and WBFS containers";
|
||||
|
||||
Reference in New Issue
Block a user