mjpg-streamer: add patch to fix for CMake 4 (#452606)

This commit is contained in:
Yohann Boniface
2025-10-23 21:08:05 +00:00
committed by GitHub
@@ -19,6 +19,7 @@ stdenv.mkDerivation {
prePatch = ''
cd mjpg-streamer-experimental
substituteInPlace ./CMakeLists.txt --replace-fail "cmake_minimum_required(VERSION 2.8.3)" "cmake_minimum_required(VERSION 2.8.3...3.10)"
'';
nativeBuildInputs = [ cmake ];