windows.cygwinSetup: Update meta block

This commit is contained in:
Ross Smyth
2025-07-31 15:57:20 -04:00
parent 714065521e
commit 96b4295587
@@ -66,5 +66,7 @@ stdenv.mkDerivation rec {
homepage = "https://sourceware.org/cygwin-apps/setup.html";
description = "Tool for installing Cygwin";
license = lib.licenses.gpl2Plus;
platforms = lib.intersectLists lib.platforms.windows lib.platforms.x86;
teams = [ lib.teams.windows ];
};
}