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