ulauncher: Fix with webkitgtk_4_1 (#438582)

This commit is contained in:
Aleksana
2025-09-28 12:42:20 +00:00
committed by GitHub
+8 -2
View File
@@ -1,6 +1,7 @@
{
lib,
fetchurl,
fetchpatch,
nix-update-script,
python3Packages,
gdk-pixbuf,
@@ -9,7 +10,7 @@
gobject-introspection,
gtk3,
wrapGAppsHook3,
webkitgtk_4_0,
webkitgtk_4_1,
libnotify,
keybinder3,
libappindicator,
@@ -48,7 +49,7 @@ python3Packages.buildPythonApplication rec {
libappindicator
libnotify
librsvg
webkitgtk_4_0
webkitgtk_4_1
wmctrl
];
@@ -80,6 +81,11 @@ python3Packages.buildPythonApplication rec {
patches = [
./fix-path.patch
./fix-extensions.patch
(fetchpatch {
name = "support-gir1.2-webkit2-4.1.patch";
url = "https://src.fedoraproject.org/rpms/ulauncher/raw/rawhide/f/support-gir1.2-webkit2-4.1.patch";
hash = "sha256-w1c+Yf6SA3fyMrMn1LXzCXf5yuynRYpofkkUqZUKLS8=";
})
];
postPatch = ''