mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
595035eb6f
commit
6fefac5a6b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
downloadPage
|
||||
license
|
||||
;
|
||||
platforms = lib.platforms.unix ++ lib.platforms.windows;
|
||||
platforms = lib.platforms.cygwin;
|
||||
maintainers = [ lib.maintainers.corngood ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue