3
0
Fork 0
forked from mirrors/nixpkgs

bmake: unbreak

This commit is contained in:
AndersonTorres 2022-08-07 20:50:10 -03:00
parent ce83a76107
commit d17f36789b

View file

@ -110,7 +110,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.bsd3;
maintainers = with maintainers; [ thoughtpolice AndersonTorres ];
platforms = platforms.unix;
broken = with stdenv; isAarch64 && !isDarwin; # ofborg complains
};
passthru.tests.bmakeMusl = pkgsMusl.bmake;