Unverified Commit c688587a authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

retrofe: fix build (#502880)

parents e59e2939 e2769e2f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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