about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/security/gfshare/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/security/gfshare/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/security/gfshare/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/tools/security/gfshare/default.nix b/nixpkgs/pkgs/tools/security/gfshare/default.nix
index 3079c7fb57f2..e0da2fdaf35b 100644
--- a/nixpkgs/pkgs/tools/security/gfshare/default.nix
+++ b/nixpkgs/pkgs/tools/security/gfshare/default.nix
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
     license = licenses.mit;
     platforms = platforms.all;
     maintainers = [ maintainers.rraval ];
+    broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/gfshare.x86_64-darwin
   };
 }