mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 16:43:58 +00:00
89f4dd9602
Setting useMusl all the time to a condition dependent on isGnu meant
that for musl platforms, useMusl ended up being set to false, tripping
the assertion in the busybox expression. The correct thing to do is
to leave useMusl at its default value, except for in the specific case
where we want to force it to true.
Fixes:
|
||
---|---|---|
.. | ||
bsd | ||
darwin | ||
linux | ||
windows |