1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-17 00:10:30 +00:00

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
commit d8bf4d3e09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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