6 python3.pkgs.buildPythonPackage rec {
11 src = fetchFromGitHub {
14 rev = "a8b469767590fdd15d3aeb0b00e2ae62aa15a918";
15 hash = "sha256-wc0WY1pETBdOT3QUaVGsX8YdcnhxLIHrZ2vt2t5LYKU=";
18 propagatedBuildInputs = with python3.pkgs; [
24 pythonImportsCheck = [ "dictcc" ];
27 description = "Unofficial command line client for dict.cc";
28 mainProgram = "dict.cc.py";
29 homepage = "https://github.com/rbaron/dict.cc.py";
30 license = with licenses; [ cc0 ];