about summary refs log tree commit diff
path: root/pkgs/development/python-modules/matplotlib
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-11-29 10:01:17 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-11-30 18:52:48 -0800
commit478e92ba24ead2cb32707aad4096282ed858e9d2 (patch)
tree4f0923e356bb2c229e3b5aa1e23d47add8f19500 /pkgs/development/python-modules/matplotlib
parentab6591fb9a7373c3d8d07c0f0979de1ecd54e60c (diff)
python3Packages.matplotlib: remove debug lines
Diffstat (limited to 'pkgs/development/python-modules/matplotlib')
-rw-r--r--pkgs/development/python-modules/matplotlib/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/matplotlib/default.nix b/pkgs/development/python-modules/matplotlib/default.nix
index 081051480ef90..be53c995d72d7 100644
--- a/pkgs/development/python-modules/matplotlib/default.nix
+++ b/pkgs/development/python-modules/matplotlib/default.nix
@@ -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