Commit 6fefac5a authored by David McFarland's avatar David McFarland Committed by github-actions[bot]
Browse files

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 9dd0669e)
parent 595035eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
        downloadPage
        license
        ;
      platforms = lib.platforms.unix ++ lib.platforms.windows;
      platforms = lib.platforms.cygwin;
      maintainers = [ lib.maintainers.corngood ];
    };
  }