summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/pypy/default.nix
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2020-02-28 16:02:12 +0000
committerEmily <vcs@emily.moe>2020-02-28 16:06:20 +0000
commit6d3fc3562069f42a4b28f792599b69f11b6119eb (patch)
tree86c7fc4efc5ed952f0fce2723a2db1ebd4c490da /pkgs/development/interpreters/python/pypy/default.nix
parent24714485eb7fc363be296b26ad8884f4885c51bb (diff)
downloadnixpkgs-6d3fc3562069f42a4b28f792599b69f11b6119eb.tar
nixpkgs-6d3fc3562069f42a4b28f792599b69f11b6119eb.tar.gz
nixpkgs-6d3fc3562069f42a4b28f792599b69f11b6119eb.tar.bz2
nixpkgs-6d3fc3562069f42a4b28f792599b69f11b6119eb.tar.lz
nixpkgs-6d3fc3562069f42a4b28f792599b69f11b6119eb.tar.xz
nixpkgs-6d3fc3562069f42a4b28f792599b69f11b6119eb.tar.zst
nixpkgs-6d3fc3562069f42a4b28f792599b69f11b6119eb.zip
pypy{,3}: use openssl_1_1
"We now support building PyPy with OpenSSL 1.1 in our built-in _ssl
module, as well as maintaining support for previous versions."
-- https://pypy.readthedocs.io/en/latest/release-pypy2.7-v5.6.0.html
Diffstat (limited to 'pkgs/development/interpreters/python/pypy/default.nix')
-rw-r--r--pkgs/development/interpreters/python/pypy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/python/pypy/default.nix b/pkgs/development/interpreters/python/pypy/default.nix
index 0c4f3eda7b1..54400ae3e0a 100644
--- a/pkgs/development/interpreters/python/pypy/default.nix
+++ b/pkgs/development/interpreters/python/pypy/default.nix
@@ -1,6 +1,6 @@
 { stdenv, substituteAll, fetchurl
 , zlib ? null, zlibSupport ? true, bzip2, pkgconfig, libffi, libunwind, Security
-, sqlite, openssl_1_0_2, ncurses, python, expat, tcl, tk, tix, xlibsWrapper, libX11
+, sqlite, openssl, ncurses, python, expat, tcl, tk, tix, xlibsWrapper, libX11
 , self, gdbm, db, lzma
 , python-setup-hook
 # For the Python package set
@@ -40,7 +40,7 @@ in with passthru; stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ pkgconfig ];
   buildInputs = [
-    bzip2 openssl_1_0_2 pythonForPypy libffi ncurses expat sqlite tk tcl xlibsWrapper libX11 gdbm db
+    bzip2 openssl pythonForPypy libffi ncurses expat sqlite tk tcl xlibsWrapper libX11 gdbm db
   ]  ++ optionals isPy3k [
     lzma
   ] ++ optionals (stdenv ? cc && stdenv.cc.libc != null) [