summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/webkit/default.nix
blob: 63b8566b924bcdec4ee9ba18c471115e59af7ea1 (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, gtk, gtk2hsBuildtools, mtl, pango, text
, webkit
}:

cabal.mkDerivation (self: {
  pname = "webkit";
  version = "0.13.1.1";
  sha256 = "0652as9wq0ajaqmcx14y2svishccgrywyagrbzga7m06r3h94dz5";
  buildDepends = [ cairo glib gtk mtl pango text ];
  buildTools = [ gtk2hsBuildtools ];
  pkgconfigDepends = [ webkit ];
  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;
  };
})