12 buildPythonPackage rec {
13 pname = "syncedlyrics";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
21 repo = "syncedlyrics";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-Q0Hu403Hxr4iDuZfGQjgTSuNMVgsqd9zLRl9Vc1YzyQ=";
41 # Tests require network access
44 pythonImportsCheck = [
49 description = "Module to get LRC format (synchronized) lyrics";
50 mainProgram = "syncedlyrics";
51 homepage = "https://github.com/rtcq/syncedlyrics";
52 changelog = "https://github.com/rtcq/syncedlyrics/releases/tag/v${version}";
53 license = licenses.mit;
54 maintainers = with maintainers; [ fab ];