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:
commit
d8bf4d3e09
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
"--with-libiconv-prefix=${libiconv}"
|
||||
];
|
||||
|
||||
doCheck = !stdenv.hostPlatform.isMusl;
|
||||
doCheck = true;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue