lollypop: 1.1.4.2 -> 1.1.4.14

Removed python-wikipedia dependency [0]

[0]: https://gitlab.gnome.org/World/lollypop/-/tags/1.1.4.7
This commit is contained in:
worldofpeace 2019-08-06 14:05:25 -04:00
parent 503ca1f40c
commit 8097e63ad8
1 changed files with 3 additions and 5 deletions

View File

@ -15,13 +15,12 @@
, gobject-introspection , gobject-introspection
, wrapGAppsHook , wrapGAppsHook
, lastFMSupport ? true , lastFMSupport ? true
, wikipediaSupport ? true , youtubeSupport ? true
, youtubeSupport ? true, youtube-dl
}: }:
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "lollypop"; pname = "lollypop";
version = "1.1.4.2"; version = "1.1.4.14";
format = "other"; format = "other";
doCheck = false; doCheck = false;
@ -30,7 +29,7 @@ python3.pkgs.buildPythonApplication rec {
url = "https://gitlab.gnome.org/World/lollypop"; url = "https://gitlab.gnome.org/World/lollypop";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "0rn3q7xslqq5hw4wb739ywg5dr99xpkbmyw80y84rsg0wfrwbjlc"; sha256 = "004cwbnxss6vmdsc6i0y83h3xbc2bzc0ra4z99pkizkky2mz6swj";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -64,7 +63,6 @@ python3.pkgs.buildPythonApplication rec {
pygobject3 pygobject3
] ]
++ lib.optional lastFMSupport pylast ++ lib.optional lastFMSupport pylast
++ lib.optional wikipediaSupport wikipedia
++ lib.optional youtubeSupport youtube-dl ++ lib.optional youtubeSupport youtube-dl
; ;