about summary refs log tree commit diff
path: root/pkgs/applications/editors/jove
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2022-01-20 12:15:12 -0500
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2022-01-20 12:15:12 -0500
commit7deb2dbbe5626fe6acf76fc0065bd534cf081e49 (patch)
tree80e5a2201556ab361e6c6390ea3c9ce963145a62 /pkgs/applications/editors/jove
parentb4797eaffc45f360849067549c709295f0c0c1d2 (diff)
downloadnixlib-7deb2dbbe5626fe6acf76fc0065bd534cf081e49.tar
nixlib-7deb2dbbe5626fe6acf76fc0065bd534cf081e49.tar.gz
nixlib-7deb2dbbe5626fe6acf76fc0065bd534cf081e49.tar.bz2
nixlib-7deb2dbbe5626fe6acf76fc0065bd534cf081e49.tar.lz
nixlib-7deb2dbbe5626fe6acf76fc0065bd534cf081e49.tar.xz
nixlib-7deb2dbbe5626fe6acf76fc0065bd534cf081e49.tar.zst
nixlib-7deb2dbbe5626fe6acf76fc0065bd534cf081e49.zip
jove: mark as broken on darwin
Diffstat (limited to 'pkgs/applications/editors/jove')
-rw-r--r--pkgs/applications/editors/jove/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/jove/default.nix b/pkgs/applications/editors/jove/default.nix
index c2625271665f..0faf03659c77 100644
--- a/pkgs/applications/editors/jove/default.nix
+++ b/pkgs/applications/editors/jove/default.nix
@@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
     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
   };
 }