romdirfs: fix build with cmake4

This commit is contained in:
Rafael Ieda
2025-10-24 00:59:17 -03:00
parent 113dc6bea4
commit 58db6be1d8
+5
View File
@@ -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";