mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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"
|
||||
"--with-system-expat"
|
||||
"--with-system-ffi"
|
||||
"--with-openssl=${openssl.dev}"
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user