pythonPackages.searx: works with pygments 2.2

This commit is contained in:
Franz Pletz 2017-02-23 18:36:18 +01:00
parent abcb132eff
commit 2055d6cacf
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -28950,7 +28950,8 @@ EOF
--replace 'pyyaml==3.11' 'pyyaml' \ --replace 'pyyaml==3.11' 'pyyaml' \
--replace 'lxml==3.7.1' 'lxml' \ --replace 'lxml==3.7.1' 'lxml' \
--replace 'pyopenssl==16.2.0' 'pyopenssl' \ --replace 'pyopenssl==16.2.0' 'pyopenssl' \
--replace 'requests[socks]==2.12.4' 'requests[socks]' --replace 'requests[socks]==2.12.4' 'requests[socks]' \
--replace 'pygments==2.1.3' 'pygments>=2.1,<3.0'
''; '';
propagatedBuildInputs = with self; [ propagatedBuildInputs = with self; [