libunistring: re-enable tests w/musl, update seems to have fixed
This commit is contained in:
parent
c6392ff135
commit
7edc6f648d
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
"--with-libiconv-prefix=${libiconv}"
|
||||
];
|
||||
|
||||
doCheck = !stdenv.hostPlatform.isMusl;
|
||||
doCheck = true;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user