Merge pull request #198409 from yu-re-ka/file-check-musl

authored by

Doron Behar and committed by
GitHub
42cc8b68 032fd5c0

+1 -1
+1 -1
pkgs/tools/misc/file/default.nix
··· 25 25 ++ lib.optional stdenv.hostPlatform.isWindows libgnurx; 26 26 27 27 # https://bugs.astron.com/view.php?id=382 28 - doCheck = !stdenv.hostPlatform.isMusl; 28 + doCheck = !stdenv.buildPlatform.isMusl; 29 29 30 30 makeFlags = lib.optional stdenv.hostPlatform.isWindows "FILE_COMPILE=file"; 31 31