New haskell package: webkitgtk3

This commit is contained in:
koral 2014-12-30 21:32:09 +01:00
parent 597373bbd5
commit e00e679d12
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, cairo, glib, gtk2hsBuildtools, gtk3, mtl, pango, text
, webkit
}:
cabal.mkDerivation (self: {
pname = "webkitgtk3";
version = "0.13.1.1";
sha256 = "0lm52xsgf3sayj5d32fyf9fy89zinn7c4z6rq4qw2bsnsdw8hcyb";
buildDepends = [ cairo glib gtk3 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;
};
})

View File

@ -2819,6 +2819,10 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
webkit = pkgs.webkitgtk2;
};
webkitgtk3 = callPackage ../development/libraries/haskell/webkitgtk3 {
webkit = pkgs.webkitgtk24x;
};
webRoutes = callPackage ../development/libraries/haskell/web-routes {};
webRoutesBoomerang = callPackage ../development/libraries/haskell/web-routes-boomerang {};