lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

man-db: disable tests w/musl as simplest solution

+1 -1
+1 -1
pkgs/tools/misc/man-db/default.nix
··· 57 57 58 58 enableParallelBuilding = true; 59 59 60 - doCheck = true; 60 + doCheck = !stdenv.hostPlatform.isMusl; /* iconv binary */ 61 61 62 62 meta = with stdenv.lib; { 63 63 homepage = http://man-db.nongnu.org;