cygwin.w32api: limit platforms to cygwin

This is currently failing on linux, and isn't needed outside of Cygwin
at the moment.

(cherry picked from commit 9dd0669e49)
This commit is contained in:
David McFarland 2025-11-25 12:02:27 -04:00 committed by github-actions[bot]
commit 6fefac5a6b

View file

@ -38,7 +38,7 @@
downloadPage
license
;
platforms = lib.platforms.unix ++ lib.platforms.windows;
platforms = lib.platforms.cygwin;
maintainers = [ lib.maintainers.corngood ];
};
}