1 { lib, fetchFromGitHub, python3Packages }:
3 python3Packages.buildPythonApplication rec {
7 src = fetchFromGitHub {
11 sha256 = "0zisvvlclsf4sdh7dpqcl1149xbxw6pi1aqcwjbqblgf8m4nm0c7";
14 propagatedBuildInputs = with python3Packages; [
23 # requires a running zookeeper, don't know how to fix that for the moment
27 description = "A powerful & scriptable shell for Apache ZooKeeper";
28 homepage = "https://github.com/rgs1/zk_shell";
29 license = licenses.asl20;
30 maintainers = [ maintainers.mahe ];
31 platforms = platforms.all;