python2Packages.matplotlib: remove invalid libs.system_freetype setup option

This commit is contained in:
Dmitry Kalinkin 2021-04-10 06:43:47 -04:00 committed by github-actions[bot]
parent e6d9e58289
commit de797ef97e

View file

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