python310Packages.matplotlib: enable_lto explicitly
This commit is contained in:
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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user