eolie: ensure search provider is wrapped properly
wrapPythonPrograms ignores libexec/ Also do it before wrapGAppsHook sets in
This commit is contained in:
parent
af2caa441f
commit
0c4ac2fa26
@ -51,6 +51,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
patchShebangs meson_post_install.py
|
patchShebangs meson_post_install.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
preFixup = ''
|
||||||
|
buildPythonPath "$out $propagatedBuildInputs"
|
||||||
|
patchPythonScript "$out/libexec/eolie-sp"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A new GNOME web browser";
|
description = "A new GNOME web browser";
|
||||||
homepage = https://wiki.gnome.org/Apps/Eolie;
|
homepage = https://wiki.gnome.org/Apps/Eolie;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user