rpiplay: fix build with cmake4

This commit is contained in:
Rafael Ieda
2025-10-24 01:06:01 -03:00
parent 113dc6bea4
commit e0445679b4
+5
View File
@@ -52,6 +52,11 @@ stdenv.mkDerivation {
gst_all_1.gst-plugins-ugly
];
postPatch = ''
substituteInPlace {lib/playfair/,lib/llhttp/,lib/,renderers/,./}CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 3.4.1)" "cmake_minimum_required(VERSION 3.10)"
'';
meta = with lib; {
broken = stdenv.hostPlatform.isDarwin;
homepage = "https://github.com/FD-/RPiPlay";