python3Packages.matplotlib: remove debug lines

This commit is contained in:
Jonathan Ringer 2021-11-29 10:01:17 -08:00
parent ab6591fb9a
commit 478e92ba24
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -78,13 +78,12 @@ buildPythonPackage rec {
substituteInPlace src/_c_internal_utils.c \
--replace libX11.so.6 ${libX11}/lib/libX11.so.6 \
--replace libwayland-client.so.0 ${wayland}/lib/libwayland-client.so.0
'' + ''
# avoid matplotlib trying to download dependencies
'' +
# avoid matplotlib trying to download dependencies
''
echo "[libs]
system_freetype=true
system_qhull=true" > mplsetup.cfg
cat mplsetup.cfg
echo FFFFFFFFFFFFFFFFFFFFFFFFFFFFF
'';
# Matplotlib needs to be built against a specific version of freetype in