nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

glade: 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.

+7 -2
+7 -2
pkgs/development/tools/glade/default.nix
··· 9 9 , gtk3 10 10 , glib 11 11 , gjs 12 - , webkitgtk 12 + , webkitgtk_4_1 13 13 , gobject-introspection 14 14 , wrapGAppsHook 15 15 , itstool ··· 49 49 gtk3 50 50 glib 51 51 gjs 52 - webkitgtk 52 + webkitgtk_4_1 53 53 libxml2 54 54 python3 55 55 python3.pkgs.pygobject3 ··· 57 57 gdk-pixbuf 58 58 gnome.adwaita-icon-theme 59 59 ]; 60 + 61 + postPatch = '' 62 + substituteInPlace meson.build \ 63 + --replace 'webkit2gtk-4.0' 'webkit2gtk-4.1' 64 + ''; 60 65 61 66 passthru = { 62 67 updateScript = gnome.updateScript {