about summary refs log tree commit diff
path: root/pkgs/tools/misc
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/tools/misc
parent3be89a675814c3c2dd21fc3102c71960e896b97c (diff)
parent3270aa896bc78ee261c34137035d2705aba78440 (diff)
downloadnixlib-486e1c3c16b922818c182de37c9f21a6c2d5309a.tar
nixlib-486e1c3c16b922818c182de37c9f21a6c2d5309a.tar.gz
nixlib-486e1c3c16b922818c182de37c9f21a6c2d5309a.tar.bz2
nixlib-486e1c3c16b922818c182de37c9f21a6c2d5309a.tar.lz
nixlib-486e1c3c16b922818c182de37c9f21a6c2d5309a.tar.xz
nixlib-486e1c3c16b922818c182de37c9f21a6c2d5309a.tar.zst
nixlib-486e1c3c16b922818c182de37c9f21a6c2d5309a.zip
Merge pull request #27998 from davidak/macOS
replace "Mac OS X" and "OS X" with "macOS"
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/diffoscope/default.nix2
-rw-r--r--pkgs/tools/misc/umlet/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/diffoscope/default.nix b/pkgs/tools/misc/diffoscope/default.nix
index 9c0d51c4a857..6472f1ea09c8 100644
--- a/pkgs/tools/misc/diffoscope/default.nix
+++ b/pkgs/tools/misc/diffoscope/default.nix
@@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
     sed -i setup.py -e "/'rpm-python',/d"
   '';
 
-  # Still missing these tools: enjarify, otool & lipo (maybe OS X only), showttf
+  # Still missing these tools: enjarify, otool & lipo (maybe macOS only), showttf
   # Also these libraries: python3-guestfs
   # FIXME: move xxd into a separate package so we don't have to pull in all of vim.
   pythonPath = with python3.pkgs;
diff --git a/pkgs/tools/misc/umlet/default.nix b/pkgs/tools/misc/umlet/default.nix
index 918ff2f31799..b7f08f908361 100644
--- a/pkgs/tools/misc/umlet/default.nix
+++ b/pkgs/tools/misc/umlet/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
       draw UML diagrams fast, produce sequence and activity diagrams from
       plain text, export diagrams to eps, pdf, jpg, svg, and clipboard,
       share diagrams using Eclipse, and create new, custom UML elements.
-      UMLet runs stand-alone or as Eclipse plug-in on Windows, OS X and
+      UMLet runs stand-alone or as Eclipse plug-in on Windows, macOS and
       Linux.
     '';
     homepage = http://www.umlet.com;