bmake: test musl build

Since we do some additional patching to make it work with musl, we
should also test that, so we can _keep_ it working.
This commit is contained in:
sternenseemann
2021-07-04 20:20:42 +02:00
committed by sterni
parent 30200ce8e1
commit 32c42d37ab
@@ -1,5 +1,6 @@
{ lib, stdenv, fetchurl, fetchpatch
, getopt, tzdata
, pkgsMusl # for passthru.tests
}:
stdenv.mkDerivation rec {
@@ -79,6 +80,10 @@ stdenv.mkDerivation rec {
setupHook = ./setup-hook.sh;
passthru.tests = {
bmakeMusl = pkgsMusl.bmake;
};
meta = with lib; {
description = "Portable version of NetBSD 'make'";
homepage = "http://www.crufty.net/help/sjg/bmake.html";