libunistring: re-enable tests w/musl, update seems to have fixed

This commit is contained in:
Will Dietz 2018-06-07 11:34:46 -05:00
parent c6392ff135
commit 7edc6f648d

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
"--with-libiconv-prefix=${libiconv}"
];
doCheck = !stdenv.hostPlatform.isMusl;
doCheck = true;
enableParallelBuilding = true;