Loading pkgs/by-name/ro/romdirfs/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,11 @@ gccStdenv.mkDerivation rec { ]; buildInputs = [ fuse ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "CMAKE_MINIMUM_REQUIRED(VERSION 2.6)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { description = "FUSE for access Playstation 2 IOP IOPRP images and BIOS dumps"; homepage = "https://github.com/mlafeldt/romdirfs"; Loading Loading
pkgs/by-name/ro/romdirfs/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,11 @@ gccStdenv.mkDerivation rec { ]; buildInputs = [ fuse ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "CMAKE_MINIMUM_REQUIRED(VERSION 2.6)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { description = "FUSE for access Playstation 2 IOP IOPRP images and BIOS dumps"; homepage = "https://github.com/mlafeldt/romdirfs"; Loading