python37: fix openssl detection

Before python37 was build without ssl support.
Tested with `python  -c 'import ssl'`
This commit is contained in:
Jörg Thalheim 2018-07-01 20:57:13 +01:00
parent 49f6ea40b0
commit cb2862e214

View file

@ -80,6 +80,7 @@ in stdenv.mkDerivation {
"--without-ensurepip"
"--with-system-expat"
"--with-system-ffi"
"--with-openssl=${openssl.dev}"
];
preConfigure = ''