From de797ef97e107b967e3283f4096a46e7b9b0b00d Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Sat, 10 Apr 2021 06:43:47 -0400 Subject: [PATCH] python2Packages.matplotlib: remove invalid libs.system_freetype setup option --- pkgs/development/python-modules/matplotlib/2.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/matplotlib/2.nix b/pkgs/development/python-modules/matplotlib/2.nix index 63254e8f5f3..e0879050704 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 = ''