retrofe: fix build

This commit is contained in:
Sigmanificient
2026-03-24 01:36:36 +01:00
parent bd4c47d4c2
commit e2769e2fda
+5
View File
@@ -28,6 +28,11 @@ stdenv.mkDerivation {
sha256 = "sha256-uBfECbU2Df/pPpEXXq62S7Ec0YU4lPIsZ8k5UmKD7xQ=";
};
postPatch = ''
substituteInPlace RetroFE/Source/CMakeLists.txt \
--replace-fail "cmake_minimum_required (VERSION 2.8)" "cmake_minimum_required (VERSION 3.10)"
'';
nativeBuildInputs = [
cmake
makeWrapper