webkitgtk: 2.29.91 -> 2.30.0
https://webkitgtk.org/2020/08/14/webkitgtk2.29.90-released.html https://webkitgtk.org/2020/08/14/webkitgtk2.29.91-released.html https://webkitgtk.org/2020/07/29/webkitgtk2.29.4-released.html https://webkitgtk.org/2020/09/11/webkitgtk2.30.0-released.html
This commit is contained in:
parent
041b5bba45
commit
c1307a041a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user