Merge pull request #41638 from dtzWill/fix/libunistring-musl-test

libunistring: re-enable tests w/musl, update seems to have fixed
This commit is contained in:
Will Dietz
2018-06-07 13:40:49 -05:00
committed by GitHub

View File

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