about summary refs log tree commit diff
path: root/pkgs/applications/editors/jove/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/jove/default.nix')
-rw-r--r--pkgs/applications/editors/jove/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/editors/jove/default.nix b/pkgs/applications/editors/jove/default.nix
index c2625271665ff..2280c6d9e6170 100644
--- a/pkgs/applications/editors/jove/default.nix
+++ b/pkgs/applications/editors/jove/default.nix
@@ -34,10 +34,11 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description = "Jonathan's Own Version or Emacs";
+    description = "Jonathan's Own Version of Emacs";
     homepage = "https://github.com/jonmacs/jove";
     license = licenses.bsd2;
     maintainers = with maintainers; [ AndersonTorres ];
     platforms = platforms.unix;
+    broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/jove.x86_64-darwin
   };
 }