python3Packages.matplotlib: remove debug lines

This commit is contained in:
Jonathan Ringer
2021-11-30 18:52:48 -08:00
parent ab6591fb9a
commit 478e92ba24
@@ -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