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
This commit is contained in:
Vladimír Čunát
2025-10-03 09:54:30 +02:00
parent 7697ff4396
commit 3a76e13d78
+4
View File
@@ -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 = [