Loading pkgs/by-name/ta/tasksh/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ stdenv.mkDerivation rec { buildInputs = [ readline ]; nativeBuildInputs = [ cmake ]; cmakeFlags = [ # Fix the build with CMake 4. "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" ]; meta = with lib; { description = "REPL for taskwarrior"; homepage = "http://tasktools.org"; Loading Loading
pkgs/by-name/ta/tasksh/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ stdenv.mkDerivation rec { buildInputs = [ readline ]; nativeBuildInputs = [ cmake ]; cmakeFlags = [ # Fix the build with CMake 4. "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" ]; meta = with lib; { description = "REPL for taskwarrior"; homepage = "http://tasktools.org"; Loading