Merge pull request #198409 from yu-re-ka/file-check-musl
This commit is contained in:
commit
42cc8b68d8
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
++ lib.optional stdenv.hostPlatform.isWindows libgnurx;
|
||||
|
||||
# https://bugs.astron.com/view.php?id=382
|
||||
doCheck = !stdenv.hostPlatform.isMusl;
|
||||
doCheck = !stdenv.buildPlatform.isMusl;
|
||||
|
||||
makeFlags = lib.optional stdenv.hostPlatform.isWindows "FILE_COMPILE=file";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user