forked from mirrors/nixpkgs
python37: fix openssl detection
Before python37 was build without ssl support. Tested with `python -c 'import ssl'`
This commit is contained in:
parent
49f6ea40b0
commit
cb2862e214
|
@ -80,6 +80,7 @@ in stdenv.mkDerivation {
|
||||||
"--without-ensurepip"
|
"--without-ensurepip"
|
||||||
"--with-system-expat"
|
"--with-system-expat"
|
||||||
"--with-system-ffi"
|
"--with-system-ffi"
|
||||||
|
"--with-openssl=${openssl.dev}"
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|
Loading…
Reference in a new issue