nix: fix cygwin build (#467538)

This commit is contained in:
John Ericson
2025-12-21 06:24:59 +00:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
@@ -123,7 +123,7 @@ let
+
lib.optionalString
(
!stdenv.hostPlatform.isWindows
!(stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isCygwin)
# build failure
&& !stdenv.hostPlatform.isStatic
# LTO breaks exception handling on x86-64-darwin.
+1
View File
@@ -114,6 +114,7 @@ let
cygwinCommon = {
hello = nativePlatforms;
nixVersions.git = nativePlatforms;
};
wasiCommon = {