lollypop: don't use pythonPath
This commit is contained in:
parent
da84602f61
commit
c17ed110eb
@ -4,8 +4,8 @@
|
|||||||
, gobject-introspection, wrapGAppsHook }:
|
, gobject-introspection, wrapGAppsHook }:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
|
pname = "lollypop";
|
||||||
version = "0.9.611";
|
version = "0.9.611";
|
||||||
name = "lollypop-${version}";
|
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
@ -40,7 +40,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
libsoup
|
libsoup
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonPath = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
gst-python
|
gst-python
|
||||||
pillow
|
pillow
|
||||||
@ -56,15 +56,15 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
buildPythonPath "$out/libexec/lollypop-sp $pythonPath"
|
buildPythonPath "$out $propagatedBuildInputs"
|
||||||
patchPythonScript "$out/libexec/lollypop-sp"
|
patchPythonScript "$out/libexec/lollypop-sp"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A modern music player for GNOME";
|
description = "A modern music player for GNOME";
|
||||||
homepage = https://wiki.gnome.org/Apps/Lollypop;
|
homepage = https://wiki.gnome.org/Apps/Lollypop;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ worldofpeace ];
|
maintainers = with maintainers; [ worldofpeace ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user