bmake: unbreak
This commit is contained in:
parent
ce83a76107
commit
d17f36789b
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ thoughtpolice AndersonTorres ];
|
maintainers = with maintainers; [ thoughtpolice AndersonTorres ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
broken = with stdenv; isAarch64 && !isDarwin; # ofborg complains
|
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.tests.bmakeMusl = pkgsMusl.bmake;
|
passthru.tests.bmakeMusl = pkgsMusl.bmake;
|
||||||
|
|
Loading…
Reference in a new issue