summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-01-21 13:21:27 +0800
committerGitHub <noreply@github.com>2022-01-21 13:21:27 +0800
commitb6c9ddd7f9891ed20ed90d0bd728be8962fcee13 (patch)
tree9f6015f25a529f7ef8f6496992c71f72f0e6bd74
parentc437a0191be43781dac1833a837ab5c78e28945e (diff)
parent7deb2dbbe5626fe6acf76fc0065bd534cf081e49 (diff)
downloadnixpkgs-b6c9ddd7f9891ed20ed90d0bd728be8962fcee13.tar
nixpkgs-b6c9ddd7f9891ed20ed90d0bd728be8962fcee13.tar.gz
nixpkgs-b6c9ddd7f9891ed20ed90d0bd728be8962fcee13.tar.bz2
nixpkgs-b6c9ddd7f9891ed20ed90d0bd728be8962fcee13.tar.lz
nixpkgs-b6c9ddd7f9891ed20ed90d0bd728be8962fcee13.tar.xz
nixpkgs-b6c9ddd7f9891ed20ed90d0bd728be8962fcee13.tar.zst
nixpkgs-b6c9ddd7f9891ed20ed90d0bd728be8962fcee13.zip
Merge pull request #155913 from veprbl/pr/broken_jove
jove: mark as broken on darwin
-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 c2625271665..0faf03659c7 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
   };
 }