lollypop: don't use pythonPath

This commit is contained in:
worldofpeace 2018-12-12 03:08:56 -05:00
parent da84602f61
commit c17ed110eb

View File

@ -4,8 +4,8 @@
, gobject-introspection, wrapGAppsHook }:
python3.pkgs.buildPythonApplication rec {
pname = "lollypop";
version = "0.9.611";
name = "lollypop-${version}";
format = "other";
doCheck = false;
@ -40,7 +40,7 @@ python3.pkgs.buildPythonApplication rec {
libsoup
];
pythonPath = with python3.pkgs; [
propagatedBuildInputs = with python3.pkgs; [
beautifulsoup4
gst-python
pillow
@ -56,7 +56,7 @@ python3.pkgs.buildPythonApplication rec {
'';
preFixup = ''
buildPythonPath "$out/libexec/lollypop-sp $pythonPath"
buildPythonPath "$out $propagatedBuildInputs"
patchPythonScript "$out/libexec/lollypop-sp"
'';