##// END OF EJS Templates
nix: added required peppercorn lib
marcink -
r521:2f81029a default
parent child Browse files
Show More
@@ -48,7 +48,7 b''
48 md5 = "1b01f1f6533a8a11d0d2f2366dec5342";
48 md5 = "1b01f1f6533a8a11d0d2f2366dec5342";
49 };
49 };
50 meta = {
50 meta = {
51 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
51 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
52 };
52 };
53 };
53 };
54 Fabric = super.buildPythonPackage {
54 Fabric = super.buildPythonPackage {
@@ -974,6 +974,19 b''
974 license = [ { fullName = "Expat license"; } pkgs.lib.licenses.mit ];
974 license = [ { fullName = "Expat license"; } pkgs.lib.licenses.mit ];
975 };
975 };
976 };
976 };
977 peppercorn = super.buildPythonPackage {
978 name = "peppercorn-0.5";
979 buildInputs = with self; [];
980 doCheck = false;
981 propagatedBuildInputs = with self; [];
982 src = fetchurl {
983 url = "https://pypi.python.org/packages/45/ec/a62ec317d1324a01567c5221b420742f094f05ee48097e5157d32be3755c/peppercorn-0.5.tar.gz";
984 md5 = "f08efbca5790019ab45d76b7244abd40";
985 };
986 meta = {
987 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
988 };
989 };
977 psutil = super.buildPythonPackage {
990 psutil = super.buildPythonPackage {
978 name = "psutil-2.2.1";
991 name = "psutil-2.2.1";
979 buildInputs = with self; [];
992 buildInputs = with self; [];
General Comments 0
You need to be logged in to leave comments. Login now