1 { lib, python3Packages, jpegoptim, optipng }:
3 python3Packages.buildPythonApplication rec {
7 src = python3Packages.fetchPypi {
9 sha256 = "sha256-KLVkyiXjpqskM67W9uPl9aPKc3pYMu0nAfwI0OpOniE=";
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; [ fortuneteller2k ];