Commit 598a65ae authored by Guy Chronister's avatar Guy Chronister
Browse files

crystfel: fix cmake4 error

parent 7cc29e63
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -185,6 +185,12 @@ let
      })
    ];

    postPatch = ''
      substituteInPlace CMakeLists.txt \
        --replace-fail "cmake_minimum_required(VERSION 3.0.0)" \
                       "cmake_minimum_required(VERSION 3.10)"
    '';

    nativeBuildInputs = [ cmake ];
    buildInputs = [
      hdf5