1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "b978b2f9317b317ee4191f78fcc4f05b1ac41bdaaae47f0956f14c8285feef63";
12 patches = [ ./nix.patch ];
14 postInstall = "mv $out/bin/buildout{,-nix}";
17 homepage = "http://www.buildout.org";
18 description = "A software build and configuration system";
19 license = licenses.zpl21;
20 maintainers = [ maintainers.goibhniu ];