7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "f249fc6885646d165d7d6b228a7b71f5170fc7117de9e0688271f8fb97840f72";
16 propagatedBuildInputs = [ zconfig ];
22 description = "A daemon process control library and tools for Unix-based systems";
23 homepage = "https://pypi.python.org/pypi/zdaemon";
24 license = licenses.zpl20;
25 maintainers = with maintainers; [ goibhniu ];