searx: fix build

This commit is contained in:
Franz Pletz 2017-09-07 21:29:47 +02:00
parent 0ad1d8939f
commit 5901a645a8
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -17,7 +17,10 @@ pythonPackages.buildPythonApplication rec {
--replace 'certifi==2017.1.23' 'certifi' \
--replace 'lxml==3.7.3' 'lxml' \
--replace 'pyopenssl==16.2.0' 'pyopenssl' \
--replace 'pygments==2.1.3' 'pygments>=2.1,<3.0'
--replace 'pygments==2.1.3' 'pygments>=2.1,<3.0' \
--replace 'flask==0.12' 'flask==0.12.*' \
--replace 'requests[socks]==2.13.0' 'requests[socks]==2.*' \
--replace 'python-dateutil==2.6.0' 'python-dateutil==2.6.*'
'';
propagatedBuildInputs = with pythonPackages; [