Merge pull request #153443 from veprbl/pr/broken_gfshare

gfshare: mark as broken on darwin

authored by Bobby Rong and committed by GitHub 05865e69 8a2ecc5a

+1
+1
pkgs/tools/security/gfshare/default.nix
··· 24 license = licenses.mit; 25 platforms = platforms.all; 26 maintainers = [ maintainers.rraval ]; 27 }; 28 }
··· 24 license = licenses.mit; 25 platforms = platforms.all; 26 maintainers = [ maintainers.rraval ]; 27 + broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/gfshare.x86_64-darwin 28 }; 29 }