tasksh: add cmakeFlags for CMake >= 3.5 (#451341)
This commit is contained in:
@@ -18,6 +18,11 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ readline ];
|
buildInputs = [ readline ];
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
|
cmakeFlags = [
|
||||||
|
# Fix the build with CMake 4.
|
||||||
|
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "REPL for taskwarrior";
|
description = "REPL for taskwarrior";
|
||||||
homepage = "http://tasktools.org";
|
homepage = "http://tasktools.org";
|
||||||
|
|||||||
Reference in New Issue
Block a user