* Re-enable Cygwin builds.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13956
This commit is contained in:
Eelco Dolstra 2009-02-02 15:02:58 +00:00
parent 84771ded8a
commit 3e727ebe97

View file

@ -372,9 +372,15 @@ let
cygwinPkgs = {
inherit (allPackages {system = "i686-cygwin";})
aterm
autoconf
automake110x
automake19x
gnum4
readline
libtool
ncurses
nixUnstable
readline
subversion
;
};
@ -384,5 +390,5 @@ in [
#i686FreeBSDPkgs
#powerpcDarwinPkgs
i686DarwinPkgs
#cygwinPkgs
cygwinPkgs
]