mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +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 {
|
wxHaskell = import ../development/libraries/haskell/wxHaskell {
|
||||||
inherit stdenv fetchurl unzip ghc;
|
inherit stdenv fetchurl unzip ghc wxGTK;
|
||||||
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
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user