2 , buildPythonApplication
7 buildPythonApplication rec {
12 inherit pname version;
13 sha256 = "88bf1d6de2c11f14acbdfa01b61eb95c94f95d829ddebdaee3786b64ccb93ae3";
16 propagatedBuildInputs = [
20 # tests aren't included in the PyPI packages
24 homepage = "https://github.com/yboetz/pyznap";
25 description = "ZFS snapshot tool written in python";
26 mainProgram = "pyznap";
27 license = with lib.licenses; [ gpl3 ];
28 maintainers = with lib.maintainers; [ rbrewer ];