mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
* 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
@ -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 New Issue
Block a user