nixpkgs/pkgs/development/libraries/haskell/gtk3/default.nix
2014-10-13 09:12:23 +02:00

24 lines
792 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, cairo, gio, glib, gtk2hsBuildtools, gtk3, mtl, pango, text
, time, transformers
}:
cabal.mkDerivation (self: {
pname = "gtk3";
version = "0.13.0.2";
sha256 = "0j5df9xah5ya91x3d7cyy5zw7mkw3j2y7n0vv5s78w0adchaxzzl";
isLibrary = true;
isExecutable = true;
buildDepends = [ cairo gio glib mtl pango text time transformers ];
buildTools = [ gtk2hsBuildtools ];
pkgconfigDepends = [ glib gtk3 ];
meta = {
homepage = "http://projects.haskell.org/gtk2hs/";
description = "Binding to the Gtk+ graphical user interface library";
license = self.stdenv.lib.licenses.lgpl21;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
};
})