diff options
| author | Nicolas B. Pierron <nicolas.b.pierron@gmail.com> | 2016-10-31 15:16:29 +0000 |
|---|---|---|
| committer | Nicolas B. Pierron <nicolas.b.pierron@gmail.com> | 2016-10-31 15:16:29 +0000 |
| commit | 59b5bbeae91109007e36a269a94cccc865dc5175 (patch) | |
| tree | 1ee3d18aedace6d66034ea72fea571d20d8d0fee /pkgs/development/python-modules/searx.patch | |
| parent | Do not use old stdenv version in faust wrap functions. (-8 alias, -15 unpatch... (diff) | |
| parent | Merge pull request #19675 from edwtjo/dictd-touchup (diff) | |
| download | nixpkgs-origin/security-updates.tar.gz | |
Merge branch master into security-updatesorigin/security-updatesgitlab.intr/security-updates
This merge mostly take the changes made to the master branch.
Some conflict happen in top-level/default.nix due to a reformating of the
code of which is computing the fix-point. This merge fixes these issues by
adding the pkgsIndex argument, needed to re-evaluate the fix-point with
another set of packages, and also re-add the second fix-point made to
support the dependencies.
Diffstat (limited to 'pkgs/development/python-modules/searx.patch')
| -rw-r--r-- | pkgs/development/python-modules/searx.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/searx.patch b/pkgs/development/python-modules/searx.patch index 6cd25babb332..1fd7dcbde6d4 100644 --- a/pkgs/development/python-modules/searx.patch +++ b/pkgs/development/python-modules/searx.patch @@ -16,7 +16,8 @@ index 0d2f61b..46481b3 100644 pyasn1-modules==0.0.8 -pygments==2.1.3 +pygments==2.* - pyopenssl==0.15.1 +-pyopenssl==0.15.1 ++pyopenssl==16.* -python-dateutil==2.5.3 +python-dateutil==2.* -pyyaml==3.11 |
