mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 03:37:47 +00:00
file: fix doCheck conditional for pkgsMusl.pkgsCross.gnu64
This commit is contained in:
parent
4ede9091df
commit
a45dae19bf
@ -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