* wxHaskell can use a regular wxGTK build (i.e., with unicode support)

now.

svn path=/nixpkgs/trunk/; revision=7798
This commit is contained in:
Eelco Dolstra 2007-01-26 13:12:48 +00:00
parent 05e42e5c39
commit 81da927540

View file

@ -1832,13 +1832,7 @@ rec {
};
wxHaskell = import ../development/libraries/haskell/wxHaskell {
inherit stdenv fetchurl unzip ghc;
wxGTK = import ../development/libraries/wxGTK-2.6 {
inherit fetchurl stdenv pkgconfig;
inherit (gtkLibs) gtk;
inherit (xlibs) libXinerama;
unicode = false; # not supported by GHC/wxHaskell yet
};
inherit stdenv fetchurl unzip ghc wxGTK;
};