Show More
@@ -12,8 +12,6 b' permission notice:' | |||
|
12 | 12 | file:licenses/msgpack_license.txt |
|
13 | 13 | Copyright (c) 2009 - tornado |
|
14 | 14 | file:licenses/tornado_license.txt |
|
15 | Copyright (c) 2015 - pygments-markdown-lexer | |
|
16 | file:licenses/pygments_markdown_lexer_license.txt | |
|
17 | 15 | Copyright 2006 - diff_match_patch |
|
18 | 16 | file:licenses/diff_match_patch_license.txt |
|
19 | 17 |
@@ -1248,20 +1248,6 b' self: super: {' | |||
|
1248 | 1248 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
1249 | 1249 | }; |
|
1250 | 1250 | }; |
|
1251 | "pygments-markdown-lexer" = super.buildPythonPackage { | |
|
1252 | name = "pygments-markdown-lexer-0.1.0.dev39"; | |
|
1253 | doCheck = false; | |
|
1254 | propagatedBuildInputs = [ | |
|
1255 | self."pygments" | |
|
1256 | ]; | |
|
1257 | src = fetchurl { | |
|
1258 | url = "https://files.pythonhosted.org/packages/c3/12/674cdee66635d638cedb2c5d9c85ce507b7b2f91bdba29e482f1b1160ff6/pygments-markdown-lexer-0.1.0.dev39.zip"; | |
|
1259 | sha256 = "1pzb5wy23q3fhs0rqzasjnw6hdzwjngpakb73i98cn0b8lk8q4jc"; | |
|
1260 | }; | |
|
1261 | meta = { | |
|
1262 | license = [ pkgs.lib.licenses.asl20 ]; | |
|
1263 | }; | |
|
1264 | }; | |
|
1265 | 1251 | "pymysql" = super.buildPythonPackage { |
|
1266 | 1252 | name = "pymysql-0.8.1"; |
|
1267 | 1253 | doCheck = false; |
@@ -1723,7 +1709,6 b' self: super: {' | |||
|
1723 | 1709 | self."pycrypto" |
|
1724 | 1710 | self."pycurl" |
|
1725 | 1711 | self."pyflakes" |
|
1726 | self."pygments-markdown-lexer" | |
|
1727 | 1712 | self."pygments" |
|
1728 | 1713 | self."pyparsing" |
|
1729 | 1714 | self."pyramid-beaker" |
General Comments 0
You need to be logged in to leave comments.
Login now