about summary refs log tree commit diff
path: root/pkgs/applications/misc/calcurse
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-04-23 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-04-23 04:20:00 +0000
commitba3cb9e8f6dc0b91d9470eae5f30202d05bd0ffa (patch)
treef51080759ff262d343410297135c04e4142fd256 /pkgs/applications/misc/calcurse
parent84b547cac06c89b960b5d6fe7404ef5768318db8 (diff)
calcurse: enable on darwin
Diffstat (limited to 'pkgs/applications/misc/calcurse')
-rw-r--r--pkgs/applications/misc/calcurse/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/misc/calcurse/default.nix b/pkgs/applications/misc/calcurse/default.nix
index 401a14e69a7a5..740c463038c8d 100644
--- a/pkgs/applications/misc/calcurse/default.nix
+++ b/pkgs/applications/misc/calcurse/default.nix
@@ -28,7 +28,8 @@ stdenv.mkDerivation rec {
       be used to filter and format appointments, making it suitable for use in scripts.
     '';
     homepage = "https://calcurse.org/";
+    changelog = "https://git.calcurse.org/calcurse.git/plain/CHANGES.md?h=v${version}";
     license = licenses.bsd2;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }