Making wxGTK stay wxGTK even cross-built, so I remove the wxMSW code I added
to test the crossbuilding with wxGTK.
I added a new windows-specific package: wxMSW.
···3030 "--with-opengl"
3131 ];
32323333- # Cross build only tested for mingw32
3434- # Additionally, this should not be called wxGTK anymore, if built for
3535- # mingw32. But before placing this in a better place, it helps as a test for
3636- # mingw32.
3737- crossAttrs = assert stdenv.cross.libc == "msvcrt"; {
3838- src = fetchurl {
3939- url = mirror://sourceforge/wxwindows/wxWidgets-2.8.11.tar.gz;
4040- sha256 = "0icxd21g18d42n1ygshkpw0jnflm03iqki6r623pb5hhd7fm2ksj";
4141- };
4242- buildInputs = [];
4343- propagatedBuildInputs = [];
4444- SEARCH_INCLUDE="";
4545- SEARCH_LIB="";
4646- };
4747-4833 # This variable is used by configure to find some dependencies.
4934 SEARCH_INCLUDE =
5035 "${libXinerama}/include ${libSM}/include ${libXxf86vm}/include";