haskell-webkitgtk3: re-generate with cabal2nix
This commit is contained in:
parent
735436c0c1
commit
e30a2d6a0b
@ -1,7 +1,7 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, cairo, glib, gtk2hsBuildtools, gtk3, mtl, pango, text
|
||||
, webkit
|
||||
, webkitgtk
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
@ -10,7 +10,7 @@ cabal.mkDerivation (self: {
|
||||
sha256 = "0lm52xsgf3sayj5d32fyf9fy89zinn7c4z6rq4qw2bsnsdw8hcyb";
|
||||
buildDepends = [ cairo glib gtk3 mtl pango text ];
|
||||
buildTools = [ gtk2hsBuildtools ];
|
||||
pkgconfigDepends = [ webkit ];
|
||||
pkgconfigDepends = [ webkitgtk ];
|
||||
meta = {
|
||||
homepage = "http://projects.haskell.org/gtk2hs/";
|
||||
description = "Binding to the Webkit library";
|
||||
|
@ -2850,7 +2850,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
};
|
||||
|
||||
webkitgtk3 = callPackage ../development/libraries/haskell/webkitgtk3 {
|
||||
webkit = pkgs.webkitgtk24x;
|
||||
webkitgtk = pkgs.webkitgtk24x;
|
||||
};
|
||||
|
||||
webRoutes = callPackage ../development/libraries/haskell/web-routes {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user