cpython: build with our own libmpdecimal

This commit is contained in:
Martin Weinelt 2024-01-31 04:07:48 +01:00
parent 2d6fa6f35d
commit 9b516e4288
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,6 +16,7 @@
, expat
, libffi
, libxcrypt
, mpdecimal
, ncurses
, openssl
, sqlite
@ -165,6 +166,7 @@ let
expat
libffi
libxcrypt
mpdecimal
ncurses
openssl
sqlite
@ -384,6 +386,7 @@ in with passthru; stdenv.mkDerivation (finalAttrs: {
configureFlags = [
"--without-ensurepip"
"--with-system-expat"
"--with-system-libmpdec"
] ++ optionals (openssl != null) [
"--with-openssl=${openssl.dev}"
] ++ optionals tzdataSupport [