man-db: disable tests w/musl as simplest solution
This commit is contained in:
parent
9204fa2620
commit
b6b94f0b27
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = !stdenv.hostPlatform.isMusl; /* iconv binary */
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://man-db.nongnu.org;
|
homepage = http://man-db.nongnu.org;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user