taskwarrior2: fix build with cmake>=4 (#450177)

This commit is contained in:
Bjørn Forsman
2025-10-09 17:40:17 +00:00
committed by GitHub

View File

@@ -35,6 +35,11 @@ stdenv.mkDerivation rec {
installShellFiles
];
cmakeFlags = [
# Fix build with cmake>=4
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
];
doCheck = true;
preCheck = ''
patchShebangs --build test