mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
pythonPackages.searx: fix build
The certifi package was upgraded but searx had a hard dependency on a specific version. It still works with the new version.
This commit is contained in:
parent
b8a3174aa3
commit
7c9a0bf534
1 changed files with 5 additions and 0 deletions
|
@ -26229,6 +26229,11 @@ in modules // {
|
||||||
sha256 = "030qkrsj4as9anr8xfpk5n41qzg7w4yyjasb4cqislvyl1l1dvvs";
|
sha256 = "030qkrsj4as9anr8xfpk5n41qzg7w4yyjasb4cqislvyl1l1dvvs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace requirements.txt \
|
||||||
|
--replace 'certifi==2015.11.20.1' 'certifi==2016.2.28'
|
||||||
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
pyyaml lxml_3_5 grequests flaskbabel flask requests2
|
pyyaml lxml_3_5 grequests flaskbabel flask requests2
|
||||||
gevent speaklater Babel pytz dateutil pygments_2_0
|
gevent speaklater Babel pytz dateutil pygments_2_0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue