Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2018-12-18 09:22:17 +01:00
638 changed files with 16450 additions and 12592 deletions

View File

@@ -1,5 +1,6 @@
{ stdenv
, buildPythonPackage
, isPy3k
, fetchPypi
, html5lib
, wcwidth
@@ -15,6 +16,7 @@ buildPythonPackage rec {
# python 2 and 3, they have pinned ftfy to the v4 branch.
# I propose to stick to v4 until another package requires v5.
# At that point we can make a ftfy_v4 package.
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;