mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
python3Packages.matplotlib: Disable strictoverflow hardening on darwin
This commit is contained in:
parent
a9b34eae0d
commit
b6427439de
@ -45,6 +45,11 @@ buildPythonPackage rec {
|
||||
Cocoa
|
||||
];
|
||||
|
||||
# clang-11: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument]
|
||||
hardeningDisable = lib.optionals stdenv.isDarwin [
|
||||
"strictoverflow"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
certifi
|
||||
contourpy
|
||||
|
Loading…
Reference in New Issue
Block a user