Unverified Commit 3a76e13d authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

qrupdate: fixup build with cmake 4

I see no attempt to deal with this upstream yet; opening as
https://github.com/mpimd-csc/qrupdate-ng/issues/6
parent 7697ff43
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -47,6 +47,10 @@ stdenv.mkDerivation (finalAttrs: {
    ./disable-zch1dn-test.patch
  ];

  postPatch = ''
    sed '/^cmake_minimum_required/Is/VERSION [0-9]\.[0-9]/VERSION 3.5/' -i ./CMakeLists.txt
  '';

  doCheck = true;

  nativeBuildInputs = [