aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/browsers/eolie
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-12-12 03:28:59 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-12-12 03:28:59 -0500
commit0c4ac2fa26a136498dd7c8f2b4061e602183b04b (patch)
tree025a29765cac2d3f1563a0aca348eeb917277ff8 /pkgs/applications/networking/browsers/eolie
parentaf2caa441fa629d221da3c45d5067113de80e686 (diff)
eolie: ensure search provider is wrapped properly
wrapPythonPrograms ignores libexec/ Also do it before wrapGAppsHook sets in
Diffstat (limited to 'pkgs/applications/networking/browsers/eolie')
-rw-r--r--pkgs/applications/networking/browsers/eolie/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/eolie/default.nix b/pkgs/applications/networking/browsers/eolie/default.nix
index 80e0f4742ecd..12a6c64c7ae4 100644
--- a/pkgs/applications/networking/browsers/eolie/default.nix
+++ b/pkgs/applications/networking/browsers/eolie/default.nix
@@ -51,6 +51,11 @@ python3.pkgs.buildPythonApplication rec {
patchShebangs meson_post_install.py
'';
+ preFixup = ''
+ buildPythonPath "$out $propagatedBuildInputs"
+ patchPythonScript "$out/libexec/eolie-sp"
+ '';
+
meta = with stdenv.lib; {
description = "A new GNOME web browser";
homepage = https://wiki.gnome.org/Apps/Eolie;