Merge pull request #154989 from veprbl/pr/broken_graphia

graphia: mark as broken on darwin

authored by Bobby Rong and committed by GitHub a6ed2455 081dc871

+1
+1
pkgs/applications/science/misc/graphia/default.nix
··· 29 license = licenses.gpl3Only; 30 maintainers = [ maintainers.bgamari ]; 31 platforms = platforms.all; 32 }; 33 }
··· 29 license = licenses.gpl3Only; 30 maintainers = [ maintainers.bgamari ]; 31 platforms = platforms.all; 32 + broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/graphia.x86_64-darwin 33 }; 34 }