Unverified Commit dc5e04c6 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

unqlite: fix build with cmake4 (#453852)

parents 273af306 00c7cdc8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -18,6 +18,11 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [ cmake ];

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

  meta = with lib; {
    homepage = "https://unqlite.org/";
    description = "Self-contained, serverless, zero-conf, transactional NoSQL DB library";