summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/webkitgtk3/default.nix
blob: 4f1d8a15cf733b8711d4fa17a43aebabcb15326f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, cairo, glib, gtk2hsBuildtools, gtk3, mtl, pango, text
, webkitgtk
}:

cabal.mkDerivation (self: {
  pname = "webkitgtk3";
  version = "0.13.1.1";
  sha256 = "0lm52xsgf3sayj5d32fyf9fy89zinn7c4z6rq4qw2bsnsdw8hcyb";
  buildDepends = [ cairo glib gtk3 mtl pango text ];
  buildTools = [ gtk2hsBuildtools ];
  pkgconfigDepends = [ webkitgtk ];
  meta = {
    homepage = "http://projects.haskell.org/gtk2hs/";
    description = "Binding to the Webkit library";
    license = self.stdenv.lib.licenses.lgpl21;
    platforms = self.stdenv.lib.platforms.linux;
  };
})