replace "Mac OS X" and "OS X" with "macOS"
as it is the official name since 2016 https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop exception are parts refering to older versions of macOS like "GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
This commit is contained in:
@@ -97,7 +97,7 @@ symlinkJoin {
|
||||
fi
|
||||
done
|
||||
'' + (lib.optionalString stdenv.isDarwin ''
|
||||
# Work around a linker limit in Mac OS X Sierra (see generic-builder.nix):
|
||||
# Work around a linker limit in macOS Sierra (see generic-builder.nix):
|
||||
local packageConfDir="$out/lib/${ghc.name}/package.conf.d";
|
||||
local dynamicLinksDir="$out/lib/links"
|
||||
mkdir -p $dynamicLinksDir
|
||||
|
||||
Reference in New Issue
Block a user