From 51a8f34db46a3e773d8943aa40e74f2bdbb3c77d Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Thu, 27 Jan 2022 22:19:07 -0500 Subject: [PATCH] libtorrentRasterbar-1_1_x: mark as broken on darwin --- pkgs/development/libraries/libtorrent-rasterbar/1.1.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/libtorrent-rasterbar/1.1.nix b/pkgs/development/libraries/libtorrent-rasterbar/1.1.nix index 52a88e2194d..470b9137f6e 100644 --- a/pkgs/development/libraries/libtorrent-rasterbar/1.1.nix +++ b/pkgs/development/libraries/libtorrent-rasterbar/1.1.nix @@ -46,5 +46,6 @@ in stdenv.mkDerivation { license = licenses.bsd3; maintainers = [ ]; platforms = platforms.unix; + broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/libtorrent-rasterbar-1_1_x.x86_64-darwin }; }