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-rKYze8Z7F6cEkpex6UCFUW9+mf2UWT+T86C5COhYQHY=";
30 pythonRelaxDeps = [ "rapidfuzz" ];
38 # Tests require network access
41 pythonImportsCheck = [ "syncedlyrics" ];
44 description = "Module to get LRC format (synchronized) lyrics";
45 homepage = "https://github.com/rtcq/syncedlyrics";
46 changelog = "https://github.com/rtcq/syncedlyrics/releases/tag/v${version}";
47 license = licenses.mit;
48 maintainers = with maintainers; [ fab ];
49 mainProgram = "syncedlyrics";