Merge pull request #157875 from veprbl/pr/broken_marlin-calc

marlin-calc: mark as broken on darwin
This commit is contained in:
Bobby Rong 2022-02-03 16:58:22 +08:00 committed by GitHub
commit c4f7fae2d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,5 +27,6 @@ stdenv.mkDerivation {
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ gebner ]; maintainers = with maintainers; [ gebner ];
platforms = platforms.unix; platforms = platforms.unix;
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/marlin-calc.x86_64-darwin
}; };
} }