windows/cygwin-setup: Drop meta.platforms attr.

This prevents cross-builds, so let's drop it for now.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2014-03-04 00:52:39 +01:00
parent e86ffa08b7
commit c6cb3276dd

View File

@@ -42,6 +42,5 @@ stdenv.mkDerivation rec {
homepage = https://sourceware.org/cygwin-apps/setup.html;
description = "A tool for installing Cygwin";
license = licenses.gpl2Plus;
platforms = platforms.cygwin;
};
}