ulauncher: Fix with webkitgtk_4_1 (#438582)

authored by Aleksana and committed by GitHub c0890f6d d1a5837e

+8 -2
+8 -2
pkgs/by-name/ul/ulauncher/package.nix
··· 1 { 2 lib, 3 fetchurl, 4 nix-update-script, 5 python3Packages, 6 gdk-pixbuf, ··· 9 gobject-introspection, 10 gtk3, 11 wrapGAppsHook3, 12 - webkitgtk_4_0, 13 libnotify, 14 keybinder3, 15 libappindicator, ··· 48 libappindicator 49 libnotify 50 librsvg 51 - webkitgtk_4_0 52 wmctrl 53 ]; 54 ··· 80 patches = [ 81 ./fix-path.patch 82 ./fix-extensions.patch 83 ]; 84 85 postPatch = ''
··· 1 { 2 lib, 3 fetchurl, 4 + fetchpatch, 5 nix-update-script, 6 python3Packages, 7 gdk-pixbuf, ··· 10 gobject-introspection, 11 gtk3, 12 wrapGAppsHook3, 13 + webkitgtk_4_1, 14 libnotify, 15 keybinder3, 16 libappindicator, ··· 49 libappindicator 50 libnotify 51 librsvg 52 + webkitgtk_4_1 53 wmctrl 54 ]; 55 ··· 81 patches = [ 82 ./fix-path.patch 83 ./fix-extensions.patch 84 + (fetchpatch { 85 + name = "support-gir1.2-webkit2-4.1.patch"; 86 + url = "https://src.fedoraproject.org/rpms/ulauncher/raw/rawhide/f/support-gir1.2-webkit2-4.1.patch"; 87 + hash = "sha256-w1c+Yf6SA3fyMrMn1LXzCXf5yuynRYpofkkUqZUKLS8="; 88 + }) 89 ]; 90 91 postPatch = ''