cpython: build with our own libmpdecimal

This commit is contained in:
Martin Weinelt
2024-02-02 12:28:09 +01:00
parent 2d6fa6f35d
commit 9b516e4288
@@ -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 [