Merge pull request #27998 from davidak/macOS

replace "Mac OS X" and "OS X" with "macOS"
This commit is contained in:
Domen Kožar
2017-08-11 13:01:36 +02:00
committed by GitHub
62 changed files with 82 additions and 82 deletions

View File

@@ -19,7 +19,7 @@ in buildPythonPackage {
export PYTHONPATH=$PYTHONPATH:$out/lib/${python.libPrefix}/site-packages
${stdenv.lib.optionalString stdenv.isDarwin ''
export QMAKESPEC="unsupported/macx-clang-libc++" # OS X target after bootstrapping phase \
export QMAKESPEC="unsupported/macx-clang-libc++" # macOS target after bootstrapping phase \
''}
substituteInPlace configure.py \