nixVersions.git: fix cygwin build

This commit is contained in:
David McFarland
2026-01-24 14:28:09 -04:00
parent ffc8cd5ba2
commit e73a1743e7
@@ -25,7 +25,8 @@
withAWS ?
# Default is this way because there have been issues building this dependency
lib.meta.availableOn stdenv.hostPlatform aws-c-common,
# TODO: aws-crt-cpp is broken on cygwin, find a good way to check that here
lib.meta.availableOn stdenv.hostPlatform aws-c-common && !stdenv.hostPlatform.isCygwin,
}:
mkMesonLibrary (finalAttrs: {