python2Packages.matplotlib: remove invalid libs.system_freetype setup option
This commit is contained in:
parent
e6d9e58289
commit
de797ef97e
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in New Issue