Loading pkgs/tools/filesystems/rar2fs/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , stdenv , fetchFromGitHub , autoreconfHook , fuse , fuse2 , unrar_6 }: Loading @@ -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 Loading
pkgs/tools/filesystems/rar2fs/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , stdenv , fetchFromGitHub , autoreconfHook , fuse , fuse2 , unrar_6 }: Loading @@ -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