summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/wxHaskell/wx.nix
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2009-05-04 13:33:04 +0000
committerAndres Löh <mail@andres-loeh.de>2009-05-04 13:33:04 +0000
commit39ec9d91f4b3bff748377fc5b6dab48fc2bb9923 (patch)
treefd670d90939c028e2185a4d023153687a01449e0 /pkgs/development/libraries/haskell/wxHaskell/wx.nix
parent393286fd4709db2aeb26a6bc210e7198f66974c0 (diff)
Added new version of wx package for Haskell.
svn path=/nixpkgs/trunk/; revision=15444
Diffstat (limited to 'pkgs/development/libraries/haskell/wxHaskell/wx.nix')
-rw-r--r--pkgs/development/libraries/haskell/wxHaskell/wx.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/wxHaskell/wx.nix b/pkgs/development/libraries/haskell/wxHaskell/wx.nix
index 4bf21f59147de..9d80de70a6b2e 100644
--- a/pkgs/development/libraries/haskell/wxHaskell/wx.nix
+++ b/pkgs/development/libraries/haskell/wxHaskell/wx.nix
@@ -1,9 +1,10 @@
-{cabal}:
+{cabal, stm, wxcore}:
 
 cabal.mkDerivation (self : {
   pname = "wx";
   version = "0.11.1.2";
-  sha256 = "68d550067ae190373142c51f3fa14bdf0a1516310aee9a37e28f9ac7cf3b8c6d";
+  sha256 = "d407e191391ec977552932ffbfc86ce7826b56208bbcbc1262d3fc65fe1c2337";
+  propagatedBuildInputs = [stm wxcore];
   meta = {
     description = "wxHaskell";
   };