rar2fs: use fuse2

This commit is contained in:
Weijia Wang 2024-04-03 12:46:27 +02:00
parent c3428248d9
commit 4e71d4b8ed

View File

@ -2,7 +2,7 @@
, stdenv
, fetchFromGitHub
, autoreconfHook
, fuse
, fuse2
, unrar_6
}:
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
'';
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ fuse unrar_6 ];
buildInputs = [ fuse2 unrar_6 ];
configureFlags = [
"--with-unrar=${unrar_6.src}/unrar"