summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/wxHaskell/wx.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-08-07 22:16:26 +0000
committerPeter Simons <simons@cryp.to>2011-08-07 22:16:26 +0000
commit75dfd9d3c6a399be63f4747ff3b8df94aa1508f4 (patch)
tree498767d9b8f5b003e1c635f2896442d94d23e6b9 /pkgs/development/libraries/haskell/wxHaskell/wx.nix
parent24ebfb216ffa0838b95a65588d854686dc1466c4 (diff)
wxHaskell: cosmetic, no functional change
svn path=/nixpkgs/trunk/; revision=28363
Diffstat (limited to 'pkgs/development/libraries/haskell/wxHaskell/wx.nix')
-rw-r--r--pkgs/development/libraries/haskell/wxHaskell/wx.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/wxHaskell/wx.nix b/pkgs/development/libraries/haskell/wxHaskell/wx.nix
index 49f2070b04d86..2f5779d09e169 100644
--- a/pkgs/development/libraries/haskell/wxHaskell/wx.nix
+++ b/pkgs/development/libraries/haskell/wxHaskell/wx.nix
@@ -1,12 +1,13 @@
-{cabal, stm, wxcore}:
+{cabal, stm, wxcore} :
 
 cabal.mkDerivation (self : {
   pname = "wx";
   version = "0.12.1.6";
   sha256 = "1p0gn46gk1abin095va22n9bycxhm2cq1vyvwiypcdq7jq541lhk";
-  propagatedBuildInputs = [stm wxcore];
+  propagatedBuildInputs = [ stm wxcore ];
   meta = {
+    homepage = "http://haskell.org/haskellwiki/WxHaskell";
     description = "wxHaskell";
+    license = "LGPL";
   };
 })
-