1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

eolie: ensure search provider is wrapped properly

wrapPythonPrograms ignores libexec/
Also do it before wrapGAppsHook sets in
This commit is contained in:
worldofpeace 2018-12-12 03:28:59 -05:00
parent af2caa441f
commit 0c4ac2fa26

View file

@ -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;