pythonPackages.google-music: Enable on newer python versions
This commit is contained in:
parent
3ef3da397d
commit
37206fb465
@ -1,4 +1,6 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, pythonOlder
|
{ lib
|
||||||
|
, buildPythonPackage
|
||||||
|
, fetchPypi
|
||||||
, appdirs
|
, appdirs
|
||||||
, audio-metadata
|
, audio-metadata
|
||||||
, google-music-proto
|
, google-music-proto
|
||||||
@ -14,7 +16,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "b79956cc0df86345c74436ae6213b700345403c91d51947288806b174322573b";
|
sha256 = "0fsp491ifsw0i1r98l8xr41m8d00nw9n5bin8k3laqzq1p65d6dp";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -35,8 +37,6 @@ buildPythonPackage rec {
|
|||||||
# No tests
|
# No tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/thebigmunch/google-music";
|
homepage = "https://github.com/thebigmunch/google-music";
|
||||||
description = "A Google Music API wrapper";
|
description = "A Google Music API wrapper";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user