rar2fs: use fuse2
This commit is contained in:
parent
c3428248d9
commit
4e71d4b8ed
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user