mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
ulauncher: revert back to webkitgtk_4_0 to fix startup error
This commit is contained in:
parent
a16efe5d2f
commit
460905fe2e
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
gobject-introspection,
|
gobject-introspection,
|
||||||
gtk3,
|
gtk3,
|
||||||
wrapGAppsHook3,
|
wrapGAppsHook3,
|
||||||
webkitgtk_4_1,
|
webkitgtk_4_0,
|
||||||
libnotify,
|
libnotify,
|
||||||
keybinder3,
|
keybinder3,
|
||||||
libappindicator,
|
libappindicator,
|
||||||
|
@ -45,7 +45,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
libappindicator
|
libappindicator
|
||||||
libnotify
|
libnotify
|
||||||
librsvg
|
librsvg
|
||||||
webkitgtk_4_1
|
webkitgtk_4_0
|
||||||
wmctrl
|
wmctrl
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue