Merge pull request #267214 from reckenrode/suitesparse-fix

suitesparse: fix build on x86_64-darwin

Changed files
+6
pkgs
development
libraries
science
math
suitesparse
+6
pkgs/development/libraries/science/math/suitesparse/default.nix
···
]
;
+
env = lib.optionalAttrs stdenv.isDarwin {
+
# Ensure that there is enough space for the `fixDarwinDylibNames` hook to
+
# update the install names of the output dylibs.
+
NIX_LDFLAGS = "-headerpad_max_install_names";
+
};
+
buildFlags = [
# Build individual shared libraries, not demos
"library"