1 { lib, python3Packages, fetchPypi, jpegoptim, optipng }:
3 python3Packages.buildPythonApplication rec {
9 hash = "sha256-/NyRnQSqDZv+LJ1bPO35T9icQ2PN9Oa+nSmrLkQimnQ=";
12 propagatedBuildInputs = with python3Packages; [
28 # tests require internet connection
31 pythonImportsCheck = [ "sacad" ];
34 description = "Smart Automatic Cover Art Downloader";
35 homepage = "https://github.com/desbma/sacad";
36 license = licenses.mpl20;
37 maintainers = with maintainers; [ moni ];