mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
pkgsMusl.texinfoInteractive: fix build (#193919)
This commit is contained in:
parent
2e93e80eb8
commit
75ffef8f2e
@ -58,7 +58,7 @@ stdenv.mkDerivation {
|
||||
&& !stdenv.isDarwin
|
||||
&& !stdenv.isSunOS; # flaky
|
||||
|
||||
checkFlagsArray = [
|
||||
checkFlags = lib.optionals (!stdenv.hostPlatform.isMusl) [
|
||||
# Test is known to fail on various locales on texinfo-6.8:
|
||||
# https://lists.gnu.org/r/bug-texinfo/2021-07/msg00012.html
|
||||
"XFAIL_TESTS=test_scripts/layout_formatting_fr_icons.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user