lollypop: only produce one wrapper

This commit is contained in:
worldofpeace 2019-07-13 10:48:04 -04:00
parent d4db17db19
commit 4fbf2c3a3e

View File

@ -78,6 +78,15 @@ python3.pkgs.buildPythonApplication rec {
patchPythonScript "$out/libexec/lollypop-sp"
'';
# Produce only one wrapper using wrap-python passing
# gappsWrapperArgs to wrap-python additional wrapper
# argument
dontWrapGApps = true;
makeWrapperArgs = [
"\${gappsWrapperArgs[@]}"
];
meta = with lib; {
description = "A modern music player for GNOME";
homepage = https://wiki.gnome.org/Apps/Lollypop;