summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorDomen Kožar <domen@enlambda.com>2017-08-11 13:01:36 +0200
committerGitHub <noreply@github.com>2017-08-11 13:01:36 +0200
commit486e1c3c16b922818c182de37c9f21a6c2d5309a (patch)
tree80088faa87f6d57fdbe12219ebea16f95deafea3 /pkgs/development/compilers
parent3be89a675814c3c2dd21fc3102c71960e896b97c (diff)
parent3270aa896bc78ee261c34137035d2705aba78440 (diff)
downloadnixpkgs-486e1c3c16b922818c182de37c9f21a6c2d5309a.tar
nixpkgs-486e1c3c16b922818c182de37c9f21a6c2d5309a.tar.gz
nixpkgs-486e1c3c16b922818c182de37c9f21a6c2d5309a.tar.bz2
nixpkgs-486e1c3c16b922818c182de37c9f21a6c2d5309a.tar.lz
nixpkgs-486e1c3c16b922818c182de37c9f21a6c2d5309a.tar.xz
nixpkgs-486e1c3c16b922818c182de37c9f21a6c2d5309a.tar.zst
nixpkgs-486e1c3c16b922818c182de37c9f21a6c2d5309a.zip
Merge pull request #27998 from davidak/macOS
replace "Mac OS X" and "OS X" with "macOS"
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/chicken/default.nix2
-rw-r--r--pkgs/development/compilers/llvm/3.8/llvm.nix2
-rwxr-xr-xpkgs/development/compilers/ocaml/configure-3.08.02
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/chicken/default.nix b/pkgs/development/compilers/chicken/default.nix
index 24d583ed886..792ecc739a5 100644
--- a/pkgs/development/compilers/chicken/default.nix
+++ b/pkgs/development/compilers/chicken/default.nix
@@ -69,7 +69,7 @@ stdenv.mkDerivation {
       CHICKEN is a compiler for the Scheme programming language.
       CHICKEN produces portable and efficient C, supports almost all
       of the R5RS Scheme language standard, and includes many
-      enhancements and extensions. CHICKEN runs on Linux, MacOS X,
+      enhancements and extensions. CHICKEN runs on Linux, macOS,
       Windows, and many Unix flavours.
     '';
   };
diff --git a/pkgs/development/compilers/llvm/3.8/llvm.nix b/pkgs/development/compilers/llvm/3.8/llvm.nix
index ee0a50c9397..a3f652d783b 100644
--- a/pkgs/development/compilers/llvm/3.8/llvm.nix
+++ b/pkgs/development/compilers/llvm/3.8/llvm.nix
@@ -40,7 +40,7 @@ in stdenv.mkDerivation rec {
   patches = [ ./D17533-1.patch ] ++
     stdenv.lib.optionals (!stdenv.isDarwin) [./fix-llvm-config.patch];
 
-  # hacky fix: New LLVM releases require a newer OS X SDK than
+  # hacky fix: New LLVM releases require a newer macOS SDK than
   # 10.9. This is a temporary measure until nixpkgs darwin support is
   # updated.
   postPatch = stdenv.lib.optionalString stdenv.isDarwin ''
diff --git a/pkgs/development/compilers/ocaml/configure-3.08.0 b/pkgs/development/compilers/ocaml/configure-3.08.0
index c62da78ab9f..9c870585512 100755
--- a/pkgs/development/compilers/ocaml/configure-3.08.0
+++ b/pkgs/development/compilers/ocaml/configure-3.08.0
@@ -45,7 +45,7 @@ gcc_warnings="-Wall"
 unset LANG
 unset LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME 
 
-# Turn off some MacOS X debugging stuff, same reason
+# Turn off some macOS debugging stuff, same reason
 unset RC_TRACE_ARCHIVES RC_TRACE_DYLIBS RC_TRACE_PREBINDING_DISABLED
 
 # Parse command-line arguments