mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
libunistring: no tests on musl
This commit is contained in:
parent
b47f502d64
commit
bc999dcac5
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
"--with-libiconv-prefix=${libiconv}"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.hostPlatform.isMusl;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user