nixpkgs/pkgs/development/tools/build-managers/bmake
sternenseemann 2019f82e3e bmake: enable ksh test on non musl platforms
bmake runs the ksh test if /bin/ksh exists. This is never a good
indication on platforms where we can sandbox and causes problems on
darwin where this path may exist, but never would be in PATH.

We solve this problem by always enabling the test and adding ksh to
checkInputs.

ksh doesn't seem to compile with musl, so we disable it on that
platform.
2021-07-04 20:20:42 +02:00
..
bootstrap-fix.patch bmake: fix version/url, fix tests, remove unneeded deps 2019-06-16 14:26:49 -05:00
default.nix bmake: enable ksh test on non musl platforms 2021-07-04 20:20:42 +02:00
fix-localtime-test.patch bmake: 20200902 -> 20210420 2021-05-31 13:39:35 +02:00
fix-unexport-env-test.patch bmake: 20200902 -> 20210420 2021-05-31 13:39:35 +02:00
setup-hook.sh bmake.passthru.setupHook: set some defaults 2021-06-09 12:44:43 +00:00
unconditional-ksh-test.patch bmake: enable ksh test on non musl platforms 2021-07-04 20:20:42 +02:00