summary refs log tree commit diff
path: root/pkgs/applications/misc/truecrypt
diff options
context:
space:
mode:
authordavidak <git@davidak.de>2017-08-07 00:05:18 +0200
committerdavidak <git@davidak.de>2017-08-07 21:41:30 +0200
commit3270aa896bc78ee261c34137035d2705aba78440 (patch)
tree01c1f1bca1cd4bd6aedaca8114d6e980612beb53 /pkgs/applications/misc/truecrypt
parentff9479cd543545899cfd6cc20bb446e5a6bf4603 (diff)
downloadnixlib-3270aa896bc78ee261c34137035d2705aba78440.tar
nixlib-3270aa896bc78ee261c34137035d2705aba78440.tar.gz
nixlib-3270aa896bc78ee261c34137035d2705aba78440.tar.bz2
nixlib-3270aa896bc78ee261c34137035d2705aba78440.tar.lz
nixlib-3270aa896bc78ee261c34137035d2705aba78440.tar.xz
nixlib-3270aa896bc78ee261c34137035d2705aba78440.tar.zst
nixlib-3270aa896bc78ee261c34137035d2705aba78440.zip
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 [...]"
Diffstat (limited to 'pkgs/applications/misc/truecrypt')
-rw-r--r--pkgs/applications/misc/truecrypt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/truecrypt/default.nix b/pkgs/applications/misc/truecrypt/default.nix
index bc15b084cd9f..2b66dd41a2a8 100644
--- a/pkgs/applications/misc/truecrypt/default.nix
+++ b/pkgs/applications/misc/truecrypt/default.nix
@@ -1,17 +1,17 @@
 /*
-Requirements for Building TrueCrypt for Linux and Mac OS X:
+Requirements for Building TrueCrypt for Linux and macOS:
 -----------------------------------------------------------
 
 - GNU Make
 - GNU C++ Compiler 4.0 or compatible
-- Apple XCode (Mac OS X only)
+- Apple XCode (macOS only)
 - pkg-config
 - wxWidgets 2.8 library source code (available at http://www.wxwidgets.org)
 - FUSE library (available at http://fuse.sourceforge.net and
   http://code.google.com/p/macfuse)
 
 
-Instructions for Building TrueCrypt for Linux and Mac OS X:
+Instructions for Building TrueCrypt for Linux and macOS:
 -----------------------------------------------------------
 
 1) Change the current directory to the root of the TrueCrypt source code.