Merge pull request #160364 from veprbl/pr/broken_myrddin

myrddin: mark as broken on darwin

authored by Bobby Rong and committed by GitHub 55283f4f 8dd93109

+1
+1
pkgs/development/compilers/myrddin/default.nix
··· 53 53 license = licenses.mit; 54 54 maintainers = with maintainers; [ luc65r ]; 55 55 platforms = platforms.all; 56 + broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/myrddin.x86_64-darwin 56 57 }; 57 58 }