python310Packages.matplotlib: enable_lto explicitly

This commit is contained in:
Doron Behar
2024-01-11 14:03:46 -05:00
committed by Dmitry Kalinkin
parent 0d9a06c96e
commit e68cf14d27
@@ -175,9 +175,8 @@ buildPythonPackage rec {
libs = {
system_freetype = true;
system_qhull = true;
} // lib.optionalAttrs stdenv.isDarwin {
# LTO not working in darwin stdenv, see #19312
enable_lto = false;
enable_lto = !stdenv.isDarwin;
};
};