8 buildPythonApplication rec {
13 inherit pname version;
14 sha256 = "sha256-jAMDXJtFJtv6CwhZZU4pdKDndZKp6bJ/QPWo2q6DvrE=";
17 propagatedBuildInputs = [
33 checkInputs = [ pytest glibcLocales ];
37 export LC_ALL="en_US.UTF-8"
40 --ignore=mycli/packages/paramiko_stub/__init__.py
44 substituteInPlace setup.py \
45 --replace "cryptography == 36.0.2" "cryptography"
50 description = "Command-line interface for MySQL";
52 Rich command-line interface for MySQL with auto-completion and
55 homepage = "http://mycli.net";
56 license = licenses.bsd3;
57 maintainers = with maintainers; [ jojosch ];