nixpkgs/pkgs/development/libraries/haskell/wxHaskell/wx.nix
Andres Löh b18dd91057 Removing trailing whitespace.
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00

13 lines
250 B
Nix

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