diff options
| author | Jonathan Wilkins <jonathan@wilkins.tech> | 2023-11-24 10:32:52 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-11-29 06:14:19 +0000 |
| commit | 405e6ae2cb0f5f81cb9151508a66103cbe094646 (patch) | |
| tree | fd35c95bb45d2109039254e457105e5604dd282a | |
| parent | Merge pull request #270829 from NixOS/backport-269502-to-release-23.11 (diff) | |
| download | nixpkgs-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.nix | 1 |
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; }; } |
