Commit 632d7f7d authored by Minionflo's avatar Minionflo
Browse files

mjpg-streamer: fix for CMake 4

parent 87f7a51e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];