From 7deb2dbbe5626fe6acf76fc0065bd534cf081e49 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Thu, 20 Jan 2022 12:15:12 -0500 Subject: [PATCH] jove: mark as broken on darwin --- pkgs/applications/editors/jove/default.nix | 1 + 1 file changed, 1 insertion(+) 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 }; }