summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wilkins <jonathan@wilkins.tech>2023-11-24 10:32:52 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-29 06:14:19 +0000
commit405e6ae2cb0f5f81cb9151508a66103cbe094646 (patch)
treefd35c95bb45d2109039254e457105e5604dd282a
parentMerge pull request #270829 from NixOS/backport-269502-to-release-23.11 (diff)
downloadnixpkgs-405e6ae2cb0f5f81cb9151508a66103cbe094646.tar.gz
khal: no longer broken on Darwinorigin/backport-269607-to-release-23.11
This builds for me on aarch64 Darwin, unsure about x86_64. (cherry picked from commit 6224235f2b13ff9d8dbb834f4d78c633e7f230b9)
-rw-r--r--pkgs/applications/misc/khal/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/misc/khal/default.nix b/pkgs/applications/misc/khal/default.nix
index a8de9a4ddec8..27bf5d1db267 100644
--- a/pkgs/applications/misc/khal/default.nix
+++ b/pkgs/applications/misc/khal/default.nix
@@ -86,6 +86,5 @@ python3.pkgs.buildPythonApplication rec {
homepage = "http://lostpackets.de/khal/";
license = licenses.mit;
maintainers = with maintainers; [ gebner ];
- broken = stdenv.isDarwin;
};
}