mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
lollypop: correct search-provider wrapping
This commit is contained in:
parent
9602e5d58b
commit
8f9135f511
1 changed files with 2 additions and 3 deletions
|
@ -71,9 +71,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
patchShebangs meson_post_install.py
|
patchShebangs meson_post_install.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preFixup = ''
|
postFixup = ''
|
||||||
buildPythonPath "$out $propagatedBuildInputs"
|
wrapPythonProgramsIn $out/libexec "$out $propagatedBuildInputs"
|
||||||
patchPythonScript "$out/libexec/lollypop-sp"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Produce only one wrapper using wrap-python passing
|
# Produce only one wrapper using wrap-python passing
|
||||||
|
|
Loading…
Reference in a new issue