mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-27 14:34:33 +00:00
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
|
||||
'';
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user