Piotr Bogdan 2020-09-18 15:39:54 +01:00 committed by Jan Tojnar
parent 041b5bba45
commit c1307a041a
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -49,6 +49,7 @@
, woff2
, bubblewrap
, libseccomp
, systemd
, xdg-dbus-proxy
, substituteAll
, glib
@ -62,13 +63,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "webkitgtk";
version = "2.28.4";
version = "2.30.0";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz";
sha256 = "0r4lkk21pny2g4mmsw0ds14m5hhjys1l47gvy59dfgihr7l546c2";
sha256 = "04axfmzsb9gnyqaz5v7ljapiycxnzwpiya1l9rhp4c1qsbrdpwya";
};
patches = optionals stdenv.isLinux [
@ -140,6 +141,7 @@ stdenv.mkDerivation rec {
] ++ optionals stdenv.isLinux [
bubblewrap
libseccomp
systemd
wayland
xdg-dbus-proxy
] ++ optional enableGeoLocation geoclue2