7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
16 hash = "sha256-RF606Aeskqbx94H5ivd+RJ+Hk0iYsds/PUY8TZqirs4=";
20 python3.pkgs.flit-core
23 propagatedBuildInputs = with python3.pkgs; [
30 optional-dependencies = with python3.pkgs; {
47 pythonImportsCheck = [ "shaq" ];
53 (lib.makeBinPath [ ffmpeg ])
57 description = "CLI client for Shazam";
58 homepage = "https://github.com/woodruffw/shaq";
59 changelog = "https://github.com/woodruffw/shaq/releases/tag/${src.rev}";
60 license = licenses.mit;
61 maintainers = with maintainers; [ figsoda mig4ng ];