about summary refs log tree commit diff
path: root/pkgs/development/python-modules/matplotlib
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2021-04-10 06:43:47 -0400
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-04-20 19:47:47 +0000
commitde797ef97e107b967e3283f4096a46e7b9b0b00d (patch)
tree88f5f42ad279e486ae224fd3b6bd8fac1c4a9e1a /pkgs/development/python-modules/matplotlib
parente6d9e58289fa6b97f8b7f843d7be6e21f8a96fa2 (diff)
python2Packages.matplotlib: remove invalid libs.system_freetype setup option
Diffstat (limited to 'pkgs/development/python-modules/matplotlib')
-rw-r--r--pkgs/development/python-modules/matplotlib/2.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/matplotlib/2.nix b/pkgs/development/python-modules/matplotlib/2.nix
index 63254e8f5f3f6..e0879050704da 100644
--- a/pkgs/development/python-modules/matplotlib/2.nix
+++ b/pkgs/development/python-modules/matplotlib/2.nix
@@ -56,9 +56,6 @@ buildPythonPackage rec {
 
   passthru.config = {
     directories = { basedirlist = "."; };
-    libs = {
-      system_freetype = true;
-    };
   };
   setup_cfg = writeText "setup.cfg" (lib.generators.toINI {} passthru.config);
   preBuild = ''