From 8f9135f511e6dc4cde7ff2046d49bc0e51285165 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Sun, 29 Sep 2019 01:40:27 -0400 Subject: lollypop: correct search-provider wrapping --- pkgs/applications/audio/lollypop/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/audio/lollypop') diff --git a/pkgs/applications/audio/lollypop/default.nix b/pkgs/applications/audio/lollypop/default.nix index 73d8d350f38..c967576a5aa 100644 --- a/pkgs/applications/audio/lollypop/default.nix +++ b/pkgs/applications/audio/lollypop/default.nix @@ -71,9 +71,8 @@ python3.pkgs.buildPythonApplication rec { patchShebangs meson_post_install.py ''; - preFixup = '' - buildPythonPath "$out $propagatedBuildInputs" - patchPythonScript "$out/libexec/lollypop-sp" + postFixup = '' + wrapPythonProgramsIn $out/libexec "$out $propagatedBuildInputs" ''; # Produce only one wrapper using wrap-python passing -- cgit 1.4.1