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 = ''