gnome.yelp: switch to webkitgtk_4_1

To reduce the number of WebKits in closure.

webkitgtk_4_1 should be the most common one in GNOME now.
This commit is contained in:
Jan Tojnar 2022-10-04 03:46:19 +02:00
parent 571d8e44bf
commit 919fc66e9d

View file

@ -2,7 +2,7 @@
, stdenv , stdenv
, gettext , gettext
, fetchurl , fetchurl
, webkitgtk , webkitgtk_4_1
, pkg-config , pkg-config
, gtk3 , gtk3
, libhandy , libhandy
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
gtk3 gtk3
libhandy libhandy
glib glib
webkitgtk webkitgtk_4_1
sqlite sqlite
libxml2 libxml2
libxslt libxslt
@ -46,10 +46,6 @@ stdenv.mkDerivation rec {
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-good
]; ];
# To reduce the GNOME ISO closure size. Remove when other packages
# are using webkit2gtk_4_1.
configureFlags = ["--with-webkit2gtk-4-0"];
passthru = { passthru = {
updateScript = gnome.updateScript { updateScript = gnome.updateScript {
packageName = "yelp"; packageName = "yelp";