* wxHaskell can use a regular wxGTK build (i.e., with unicode support)
now. svn path=/nixpkgs/trunk/; revision=7798
This commit is contained in:
parent
05e42e5c39
commit
81da927540
1 changed files with 1 additions and 7 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue