Show More
@@ -1433,13 +1433,13 b'' | |||
|
1433 | 1433 | }; |
|
1434 | 1434 | }; |
|
1435 | 1435 | pyramid-debugtoolbar = super.buildPythonPackage { |
|
1436 |
name = "pyramid-debugtoolbar-4. |
|
|
1436 | name = "pyramid-debugtoolbar-4.3"; | |
|
1437 | 1437 | buildInputs = with self; []; |
|
1438 | 1438 | doCheck = false; |
|
1439 | 1439 | propagatedBuildInputs = with self; [pyramid pyramid-mako repoze.lru Pygments ipaddress]; |
|
1440 | 1440 | src = fetchurl { |
|
1441 |
url = "https://pypi.python.org/packages/db |
|
|
1442 | md5 = "3dfaced2fab1644ff5284017be9d92b9"; | |
|
1441 | url = "https://pypi.python.org/packages/a4/40/f09d8800bfc3c09bdb6c95f37bb61c890dc62c19c4e7caa304da7aa77403/pyramid_debugtoolbar-4.3.tar.gz"; | |
|
1442 | md5 = "9c49029e9f0695130499ef6416ffaaf8"; | |
|
1443 | 1443 | }; |
|
1444 | 1444 | meta = { |
|
1445 | 1445 | license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ]; |
General Comments 0
You need to be logged in to leave comments.
Login now