From c17ed110ebaf0ed7e4ffdc65b97decb56322c91c Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Wed, 12 Dec 2018 03:08:56 -0500 Subject: lollypop: don't use pythonPath --- pkgs/applications/audio/lollypop/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pkgs/applications/audio/lollypop') diff --git a/pkgs/applications/audio/lollypop/default.nix b/pkgs/applications/audio/lollypop/default.nix index df43e5ed3b3d0..a268c155a0f58 100644 --- a/pkgs/applications/audio/lollypop/default.nix +++ b/pkgs/applications/audio/lollypop/default.nix @@ -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,15 +56,15 @@ python3.pkgs.buildPythonApplication rec { ''; preFixup = '' - buildPythonPath "$out/libexec/lollypop-sp $pythonPath" + buildPythonPath "$out $propagatedBuildInputs" patchPythonScript "$out/libexec/lollypop-sp" ''; meta = with stdenv.lib; { description = "A modern music player for GNOME"; - homepage = https://wiki.gnome.org/Apps/Lollypop; - license = licenses.gpl3Plus; + homepage = https://wiki.gnome.org/Apps/Lollypop; + license = licenses.gpl3Plus; maintainers = with maintainers; [ worldofpeace ]; - platforms = platforms.linux; + platforms = platforms.linux; }; } -- cgit 1.4.1