nixpkgs/pkgs/development/libraries/haskell/wxHaskell/wx.nix
Andres Löh 39ec9d91f4 Added new version of wx package for Haskell.
svn path=/nixpkgs/trunk/; revision=15444
2009-05-04 13:33:04 +00:00

13 lines
264 B
Nix

{cabal, stm, wxcore}:
cabal.mkDerivation (self : {
pname = "wx";
version = "0.11.1.2";
sha256 = "d407e191391ec977552932ffbfc86ce7826b56208bbcbc1262d3fc65fe1c2337";
propagatedBuildInputs = [stm wxcore];
meta = {
description = "wxHaskell";
};
})