···827827828828The LGPL licensing for GMP is a problem for the overall licensing of binary
829829programs compiled with GHC because most distributions (and builds) of GHC use
830830-static libraries. (Dynamic libraries are currently distributed only for OS X.)
830830+static libraries. (Dynamic libraries are currently distributed only for macOS.)
831831The LGPL licensing situation may be worse: even though
832832[The Glasgow Haskell Compiler License](https://www.haskell.org/ghc/license)
833833is essentially a "free software" license (BSD3), according to
+1-1
nixos/doc/manual/installation/installing-usb.xml
···1111<command>dd if=<replaceable>path-to-image</replaceable>
1212of=<replaceable>/dev/sdb</replaceable></command>. Be careful about specifying the
1313correct drive; you can use the <command>lsblk</command> command to get a list of
1414-block devices. If you're on OS X you can run <command>diskutil list</command>
1414+block devices. If you're on macOS you can run <command>diskutil list</command>
1515to see the list of devices; the device you'll use for the USB must be ejected
1616before writing the image.</para>
1717
+2-2
nixos/modules/services/editors/emacs.xml
···2424 <para>
2525 Emacs runs within a graphical desktop environment using the X
2626 Window System, but works equally well on a text terminal. Under
2727- <productname>OS X</productname>, a "Mac port" edition is
2727+ <productname>macOS</productname>, a "Mac port" edition is
2828 available, which uses Apple's native GUI frameworks.
2929 </para>
3030···8484 <listitem>
8585 <para>
8686 Emacs 25 with the "Mac port" patches, providing a more
8787- native look and feel under OS X.
8787+ native look and feel under macOS.
8888 </para>
8989 </listitem>
9090 </varlistentry>
+1-1
pkgs/applications/audio/freewheeling/default.nix
···3737 improv. We leave mice and menus, and dive into our own process
3838 of making sound.
39394040- Freewheeling runs under Mac OS X and Linux, and is open source
4040+ Freewheeling runs under macOS and Linux, and is open source
4141 software, released under the GNU GPL license.
4242 '' ;
4343
+1-1
pkgs/applications/editors/jetbrains/default.nix
···2121 inherit description license;
2222 longDescription = ''
2323 Enhancing productivity for every C and C++
2424- developer on Linux, OS X and Windows.
2424+ developer on Linux, macOS and Windows.
2525 '';
2626 maintainers = with maintainers; [ edwtjo mic92 ];
2727 platforms = platforms.linux;
+1-1
pkgs/applications/editors/vim/configurable.nix
···8989 NIX_LDFLAGS = stdenv.lib.optional stdenv.isDarwin
9090 "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation";
9191 };
9292- } #Disable Darwin (Mac OS X) support.
9292+ } #Disable Darwin (macOS) support.
9393 // edf { name = "xsmp"; } #Disable XSMP session management
9494 // edf { name = "xsmp_interact"; } #Disable XSMP interaction
9595 // edf { name = "mzscheme"; feat = "mzschemeinterp";} #Include MzScheme interpreter.
+1-1
pkgs/applications/editors/vim/macvim.nix
···102102 '';
103103104104 meta = with stdenv.lib; {
105105- description = "Vim - the text editor - for Mac OS X";
105105+ description = "Vim - the text editor - for macOS";
106106 homepage = https://github.com/b4winckler/macvim;
107107 license = licenses.vim;
108108 maintainers = with maintainers; [ cstrahan ];
+1-1
pkgs/applications/editors/vim/qvim.nix
···4343 '';
4444 };
4545 }
4646- // edf { name = "darwin"; } #Disable Darwin (Mac OS X) support.
4646+ // edf { name = "darwin"; } #Disable Darwin (macOS) support.
4747 // edf { name = "xsmp"; } #Disable XSMP session management
4848 // edf { name = "xsmp_interact"; } #Disable XSMP interaction
4949 // edf { name = "mzscheme"; } #Include MzScheme interpreter.
+2-2
pkgs/applications/editors/vscode/default.nix
···7777 meta = with stdenv.lib; {
7878 description = ''
7979 Open source source code editor developed by Microsoft for Windows,
8080- Linux and OS X
8080+ Linux and macOS
8181 '';
8282 longDescription = ''
8383 Open source source code editor developed by Microsoft for Windows,
8484- Linux and OS X. It includes support for debugging, embedded Git
8484+ Linux and macOS. It includes support for debugging, embedded Git
8585 control, syntax highlighting, intelligent code completion, snippets,
8686 and code refactoring. It is also customizable, so users can change the
8787 editor's theme, keyboard shortcuts, and preferences
+1-1
pkgs/applications/graphics/openscad/default.nix
···2424 description = "3D parametric model compiler";
2525 longDescription = ''
2626 OpenSCAD is a software for creating solid 3D CAD objects. It is free
2727- software and available for Linux/UNIX, MS Windows and Mac OS X.
2727+ software and available for Linux/UNIX, MS Windows and macOS.
28282929 Unlike most free software for creating 3D models (such as the famous
3030 application Blender) it does not focus on the artistic aspects of 3D
+1-1
pkgs/applications/misc/gqrx/default.nix
···4545 # Some of the code comes from the Cutesdr project, with a BSD license, but
4646 # it's currently unknown which version of the BSD license that is.
4747 license = licenses.gpl3Plus;
4848- platforms = platforms.linux; # should work on Darwin / OS X too
4848+ platforms = platforms.linux; # should work on Darwin / macOS too
4949 maintainers = with maintainers; [ bjornfor the-kenny fpletz ];
5050 };
5151}
+1-1
pkgs/applications/misc/qsyncthingtray/default.nix
···4949 description = "A Traybar Application for Syncthing written in C++";
5050 longDescription = ''
5151 A cross-platform status bar for Syncthing.
5252- Currently supports OS X, Windows and Linux.
5252+ Currently supports macOS, Windows and Linux.
5353 Written in C++ with Qt.
5454 '';
5555 license = licenses.lgpl3;
+1-1
pkgs/applications/misc/sequelpro/default.nix
···1717 '';
18181919 meta = {
2020- description = "MySQL database management for Mac OS X";
2020+ description = "MySQL database management for macOS";
2121 homepage = http://www.sequelpro.com/;
2222 license = stdenv.lib.licenses.mit;
2323 platforms = stdenv.lib.platforms.darwin;
+3-3
pkgs/applications/misc/truecrypt/default.nix
···11/*
22-Requirements for Building TrueCrypt for Linux and Mac OS X:
22+Requirements for Building TrueCrypt for Linux and macOS:
33-----------------------------------------------------------
4455- GNU Make
66- GNU C++ Compiler 4.0 or compatible
77-- Apple XCode (Mac OS X only)
77+- Apple XCode (macOS only)
88- pkg-config
99- wxWidgets 2.8 library source code (available at http://www.wxwidgets.org)
1010- FUSE library (available at http://fuse.sourceforge.net and
1111 http://code.google.com/p/macfuse)
121213131414-Instructions for Building TrueCrypt for Linux and Mac OS X:
1414+Instructions for Building TrueCrypt for Linux and macOS:
1515-----------------------------------------------------------
161617171) Change the current directory to the root of the TrueCrypt source code.
···2626 longDescription = ''
2727 FileZilla Client is a free, open source FTP client. It supports
2828 FTP, SFTP, and FTPS (FTP over SSL/TLS). The client is available
2929- under many platforms, binaries for Windows, Linux and Mac OS X are
2929+ under many platforms, binaries for Windows, Linux and macOS are
3030 provided.
3131 '';
3232 platforms = platforms.linux;
···8989 description = "Bring messenger.com to your Linux desktop.";
9090 longDescription = ''
9191 A simple & beautiful desktop client for Facebook Messenger. Chat without
9292- distractions on OS X, Windows and Linux. Not affiliated with Facebook.
9292+ distractions on macOS, Windows and Linux. Not affiliated with Facebook.
9393 This is NOT an official product.
9494 '';
9595 homepage = https://messengerfordesktop.org;
···7575 longDescription = ''
7676 Wireshark (formerly known as "Ethereal") is a powerful network
7777 protocol analyzer developed by an international team of networking
7878- experts. It runs on UNIX, OS X and Windows.
7878+ experts. It runs on UNIX, macOS and Windows.
7979 '';
80808181 platforms = platforms.unix;
+1-1
pkgs/applications/office/gnucash/2.6.nix
···9191 longDescription = ''
9292 GnuCash is personal and small-business financial-accounting software,
9393 freely licensed under the GNU GPL and available for GNU/Linux, BSD,
9494- Solaris, Mac OS X and Microsoft Windows.
9494+ Solaris, macOS and Microsoft Windows.
95959696 Designed to be easy to use, yet powerful and flexible, GnuCash allows
9797 you to track bank accounts, stocks, income and expenses. As quick and
+1-1
pkgs/applications/office/gnucash/default.nix
···6565 longDescription = ''
6666 GnuCash is personal and small-business financial-accounting software,
6767 freely licensed under the GNU GPL and available for GNU/Linux, BSD,
6868- Solaris, Mac OS X and Microsoft Windows.
6868+ Solaris, macOS and Microsoft Windows.
69697070 Designed to be easy to use, yet powerful and flexible, GnuCash allows
7171 you to track bank accounts, stocks, income and expenses. As quick and
···21212222 longDescription = ''
2323 Gravit is a gravity simulator which runs under Linux, Windows and
2424- Mac OS X. It uses Newtonian physics using the Barnes-Hut N-body
2424+ macOS. It uses Newtonian physics using the Barnes-Hut N-body
2525 algorithm. Although the main goal of Gravit is to be as accurate
2626 as possible, it also creates beautiful looking gravity patterns.
2727 It records the history of each particle so it can animate and
+1-1
pkgs/applications/video/kodi/plugins.nix
···2323 description = "A program launcher for Kodi";
2424 longDescription = ''
2525 Advanced Launcher allows you to start any Linux, Windows and
2626- OS X external applications (with command line support or not)
2626+ macOS external applications (with command line support or not)
2727 directly from the Kodi GUI. Advanced Launcher also give you
2828 the possibility to edit, download (from Internet resources)
2929 and manage all the meta-data (informations and images) related
+1-1
pkgs/applications/video/mediathekview/default.nix
···2626 homepage = http://zdfmediathk.sourceforge.net/;
2727 license = stdenv.lib.licenses.gpl3;
2828 maintainers = [ maintainers.chaoflow ];
2929- platforms = platforms.linux; # also OS X and cygwin, but not investigated, yet
2929+ platforms = platforms.linux; # also macOS and cygwin, but not investigated, yet
3030 };
3131}
···2626 '';
27272828 meta = {
2929- description = "Lightweight Virtualization on OS X Based on bhyve";
2929+ description = "Lightweight Virtualization on macOS Based on bhyve";
3030 homepage = https://github.com/mist64/xhyve;
3131 maintainers = [ lib.maintainers.lnl7 ];
3232 platforms = lib.platforms.darwin;
···11-# On Mac OS X, binaries refer to dynamic library dependencies using
11+# On macOS, binaries refer to dynamic library dependencies using
22# either relative paths (e.g. "libicudata.dylib", searched relative to
33# $DYLD_LIBRARY_PATH) or absolute paths
44# (e.g. "/nix/store/.../lib/libicudata.dylib"). In Nix, the latter is
···11-# On Mac OS X, frameworks are linked to the system CoreFoundation but
11+# On macOS, frameworks are linked to the system CoreFoundation but
22# dynamic libraries built with nix use a pure version of CF this
33# causes segfaults for binaries that depend on it at runtime. This
44# can be solved in two ways.
+1-1
pkgs/data/documentation/zeal/default.nix
···2626 meta = {
2727 description = "A simple offline API documentation browser";
2828 longDescription = ''
2929- Zeal is a simple offline API documentation browser inspired by Dash (OS X
2929+ Zeal is a simple offline API documentation browser inspired by Dash (macOS
3030 app), available for Linux and Windows.
3131 '';
3232 homepage = http://zealdocs.org/;
+1-1
pkgs/development/compilers/chicken/default.nix
···6969 CHICKEN is a compiler for the Scheme programming language.
7070 CHICKEN produces portable and efficient C, supports almost all
7171 of the R5RS Scheme language standard, and includes many
7272- enhancements and extensions. CHICKEN runs on Linux, MacOS X,
7272+ enhancements and extensions. CHICKEN runs on Linux, macOS,
7373 Windows, and many Unix flavours.
7474 '';
7575 };
+1-1
pkgs/development/compilers/llvm/3.8/llvm.nix
···4040 patches = [ ./D17533-1.patch ] ++
4141 stdenv.lib.optionals (!stdenv.isDarwin) [./fix-llvm-config.patch];
42424343- # hacky fix: New LLVM releases require a newer OS X SDK than
4343+ # hacky fix: New LLVM releases require a newer macOS SDK than
4444 # 10.9. This is a temporary measure until nixpkgs darwin support is
4545 # updated.
4646 postPatch = stdenv.lib.optionalString stdenv.isDarwin ''
+1-1
pkgs/development/compilers/ocaml/configure-3.08.0
···4545unset LANG
4646unset LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME
47474848-# Turn off some MacOS X debugging stuff, same reason
4848+# Turn off some macOS debugging stuff, same reason
4949unset RC_TRACE_ARCHIVES RC_TRACE_DYLIBS RC_TRACE_PREBINDING_DISABLED
50505151# Parse command-line arguments
···231231 fi
232232 done
233233 '' + (optionalString stdenv.isDarwin ''
234234- # Work around a limit in the Mac OS X Sierra linker on the number of paths
234234+ # Work around a limit in the macOS Sierra linker on the number of paths
235235 # referenced by any one dynamic library:
236236 #
237237- # Create a local directory with symlinks of the *.dylib (Mac OS X shared
237237+ # Create a local directory with symlinks of the *.dylib (macOS shared
238238 # libraries) from all the dependencies.
239239 local dynamicLinksDir="$out/lib/links"
240240 mkdir -p $dynamicLinksDir
···9797 fi
9898 done
9999 '' + (lib.optionalString stdenv.isDarwin ''
100100- # Work around a linker limit in Mac OS X Sierra (see generic-builder.nix):
100100+ # Work around a linker limit in macOS Sierra (see generic-builder.nix):
101101 local packageConfDir="$out/lib/${ghc.name}/package.conf.d";
102102 local dynamicLinksDir="$out/lib/links"
103103 mkdir -p $dynamicLinksDir
+1-1
pkgs/development/libraries/freenect/default.nix
···1515 nativeBuildInputs = [ cmake pkgconfig ];
16161717 meta = {
1818- description = "Drivers and libraries for the Xbox Kinect device on Windows, Linux, and OS X";
1818+ description = "Drivers and libraries for the Xbox Kinect device on Windows, Linux, and macOS";
1919 inherit version;
2020 homepage = http://openkinect.org;
2121 license = with stdenv.lib.licenses; [ gpl2 asl20 ];
+2-2
pkgs/development/libraries/hunspell/default.nix
···2626 longDescription = ''
2727 Hunspell is the spell checker of LibreOffice, OpenOffice.org, Mozilla
2828 Firefox 3 & Thunderbird, Google Chrome, and it is also used by
2929- proprietary software packages, like Mac OS X, InDesign, memoQ, Opera and
2929+ proprietary software packages, like macOS, InDesign, memoQ, Opera and
3030 SDL Trados.
31313232 Main features:
···3838 * C++ library under GPL/LGPL/MPL tri-license.
3939 * Interfaces and ports:
4040 * Enchant (Generic spelling library from the Abiword project),
4141- * XSpell (Mac OS X port, but Hunspell is part of the OS X from version 10.6 (Snow Leopard), and
4141+ * XSpell (macOS port, but Hunspell is part of the macOS from version 10.6 (Snow Leopard), and
4242 now it is enough to place Hunspell dictionary files into
4343 ~/Library/Spelling or /Library/Spelling for spell checking),
4444 * Delphi, Java (JNA, JNI), Perl, .NET, Python, Ruby ([1], [2]), UNO.
···1111 # Fix linking against libpthread (patch from Fedora)
1212 # https://bugzilla.redhat.com/show_bug.cgi?id=1037707
1313 # https://bugs.launchpad.net/libmemcached/+bug/1281907
1414- # Fix building on OS X (patch from Homebrew)
1414+ # Fix building on macOS (patch from Homebrew)
1515 # https://bugs.launchpad.net/libmemcached/+bug/1245562
1616 patches = stdenv.lib.optional stdenv.isLinux ./libmemcached-fix-linking-with-libpthread.patch
1717 ++ stdenv.lib.optional stdenv.isDarwin (fetchpatch {
···1414 description = "Cross-platform shared library for serial port access";
1515 homepage = http://sigrok.org/;
1616 license = licenses.gpl3Plus;
1717- # Mac OS X, Windows and Android is also supported (according to upstream).
1717+ # macOS, Windows and Android is also supported (according to upstream).
1818 platforms = platforms.linux;
1919 maintainers = [ maintainers.bjornfor ];
2020 };
+1-1
pkgs/development/libraries/libsndfile/default.nix
···4141 code format under the GNU Lesser General Public License.
42424343 The library was written to compile and run on a Linux system but
4444- should compile and run on just about any Unix (including MacOS X).
4444+ should compile and run on just about any Unix (including macOS).
4545 There are also pre-compiled binaries available for 32 and 64 bit
4646 windows.
4747
+2-2
pkgs/development/libraries/opencv/3.x.nix
···3737 sha256 = "1lynpbxz1jay3ya5y45zac5v8c6ifgk4ssn8d1chfdk3spi691jj";
3838 };
39394040- # This fixes the build on OS X.
4040+ # This fixes the build on macOS.
4141 # See: https://github.com/opencv/opencv_contrib/pull/926
4242 contribOSXFix = fetchpatch {
4343 url = "https://github.com/opencv/opencv_contrib/commit/abf44fcccfe2f281b7442dac243e37b7f436d961.patch";
···6969 (lib.optionalString enableContrib ''
7070 cp --no-preserve=mode -r "${contribSrc}/modules" "$NIX_BUILD_TOP/opencv_contrib"
71717272- # This fixes the build on OS X.
7272+ # This fixes the build on macOS.
7373 patch -d "$NIX_BUILD_TOP/opencv_contrib" -p2 < "${contribOSXFix}"
74747575 for name in vgg_generated_48.i \
···6868 platforms = platforms.linux;
6969 license = licenses.wxWindows;
7070 homepage = https://www.wxwidgets.org/;
7171- description = "a C++ library that lets developers create applications for Windows, Mac OS X, Linux and other platforms with a single code base";
7171+ description = "a C++ library that lets developers create applications for Windows, macOS, Linux and other platforms with a single code base";
7272 longDescription = "wxWidgets gives you a single, easy-to-use API for writing GUI applications on multiple platforms that still utilize the native platform's controls and utilities. Link with the appropriate library for your platform and compiler, and your application will adopt the look and feel appropriate to that platform. On top of great GUI functionality, wxWidgets gives you: online help, network programming, streams, clipboard and drag and drop, multithreading, image loading and saving in a variety of popular formats, database support, HTML viewing and printing, and much more.";
7373 };
7474}
···7070 platforms = with platforms; darwin ++ linux;
7171 license = licenses.wxWindows;
7272 homepage = https://www.wxwidgets.org/;
7373- description = "a C++ library that lets developers create applications for Windows, Mac OS X, Linux and other platforms with a single code base";
7373+ description = "a C++ library that lets developers create applications for Windows, macOS, Linux and other platforms with a single code base";
7474 longDescription = "wxWidgets gives you a single, easy-to-use API for writing GUI applications on multiple platforms that still utilize the native platform's controls and utilities. Link with the appropriate library for your platform and compiler, and your application will adopt the look and feel appropriate to that platform. On top of great GUI functionality, wxWidgets gives you: online help, network programming, streams, clipboard and drag and drop, multithreading, image loading and saving in a variety of popular formats, database support, HTML viewing and printing, and much more.";
7575 };
7676}
···8686 platforms = with platforms; darwin ++ linux;
8787 license = licenses.wxWindows;
8888 homepage = https://www.wxwidgets.org/;
8989- description = "a C++ library that lets developers create applications for Windows, Mac OS X, Linux and other platforms with a single code base";
8989+ description = "a C++ library that lets developers create applications for Windows, macOS, Linux and other platforms with a single code base";
9090 longDescription = "wxWidgets gives you a single, easy-to-use API for writing GUI applications on multiple platforms that still utilize the native platform's controls and utilities. Link with the appropriate library for your platform and compiler, and your application will adopt the look and feel appropriate to that platform. On top of great GUI functionality, wxWidgets gives you: online help, network programming, streams, clipboard and drag and drop, multithreading, image loading and saving in a variety of popular formats, database support, HTML viewing and printing, and much more.";
9191 };
9292}
+1-1
pkgs/development/libraries/wxwidgets/3.0/mac.nix
···103103 license = licenses.wxWindows;
104104 maintainers = [ maintainers.lnl7 ];
105105 homepage = https://www.wxwidgets.org/;
106106- description = "a C++ library that lets developers create applications for Windows, Mac OS X, Linux and other platforms with a single code base";
106106+ description = "a C++ library that lets developers create applications for Windows, macOS, Linux and other platforms with a single code base";
107107 longDescription = "wxWidgets gives you a single, easy-to-use API for writing GUI applications on multiple platforms that still utilize the native platform's controls and utilities. Link with the appropriate library for your platform and compiler, and your application will adopt the look and feel appropriate to that platform. On top of great GUI functionality, wxWidgets gives you: online help, network programming, streams, clipboard and drag and drop, multithreading, image loading and saving in a variety of popular formats, database support, HTML viewing and printing, and much more.";
108108 };
109109}
+2-2
pkgs/development/mobile/titaniumenv/build-app.nix
···2121 security delete-keychain $keychainName
2222 '';
23232424- # On Mac OS X, the java executable shows an -unoffical postfix in the version
2424+ # On macOS, the java executable shows an -unoffical postfix in the version
2525 # number. This confuses the build script's version detector.
2626 # We fix this by creating a wrapper that strips it out of the output.
2727···7272 ${if target == "android" then
7373 ''
7474 ${stdenv.lib.optionalString (stdenv.system == "x86_64-darwin") ''
7575- # Hack to make version detection work with OpenJDK on Mac OS X
7575+ # Hack to make version detection work with OpenJDK on macOS
7676 export PATH=${javaVersionFixWrapper}/bin:$PATH
7777 export JAVA_HOME=${javaVersionFixWrapper}
7878 javac -version
···3232 but up to 100 times faster. It is based on the optimizing native code
3333 compiler, the native runtime and an earlier prototype by Alain
3434 Frisch. It is build upon Just-In-Time techniques and currently
3535- supports Unix-like systems (i.e. Linux, BSD or Mac OS X) running on
3535+ supports Unix-like systems (i.e. Linux, BSD or macOS) running on
3636 x86 or x86-64 processors. Support for additional architectures and
3737 operating systems is planned, but not yet available.
3838 '';
+1-1
pkgs/development/pharo/vm/build-vm.nix
···9090 homepage = http://pharo.org;
9191 license = stdenv.lib.licenses.mit;
9292 maintainers = [ ];
9393- # Pharo VM sources are packaged separately for darwin (OS X)
9393+ # Pharo VM sources are packaged separately for darwin (macOS)
9494 platforms = with stdenv.lib;
9595 intersectLists
9696 platforms.mesaPlatforms
+1-1
pkgs/development/python-modules/pyqt/4.x.nix
···19192020 export PYTHONPATH=$PYTHONPATH:$out/lib/${python.libPrefix}/site-packages
2121 ${stdenv.lib.optionalString stdenv.isDarwin ''
2222- export QMAKESPEC="unsupported/macx-clang-libc++" # OS X target after bootstrapping phase \
2222+ export QMAKESPEC="unsupported/macx-clang-libc++" # macOS target after bootstrapping phase \
2323 ''}
24242525 substituteInPlace configure.py \
···2222 '';
23232424 meta = with lib; {
2525- description = "a helper script that creates application bundles form GTK+ executables for Mac OS X";
2525+ description = "a helper script that creates application bundles form GTK+ executables for macOS";
2626 maintainers = [ maintainers.matthewbauer ];
2727 platforms = platforms.darwin;
2828 homepage = https://wiki.gnome.org/Projects/GTK+/OSX/Bundling;
+1-1
pkgs/games/tintin/default.nix
···1515 '';
16161717 meta = with stdenv.lib; {
1818- description = "A free MUD client for Mac OS X, Linux and Windows";
1818+ description = "A free MUD client for macOS, Linux and Windows";
1919 homepage = http://tintin.sourceforge.net;
2020 license = licenses.gpl2;
2121 maintainers = with maintainers; [ lovek323 ];
+1-1
pkgs/games/unvanquished/default.nix
···3636 longDescription = ''
3737 Unvanquished is a free, open-source first-person shooter
3838 combining real-time strategy elements with a futuristic, sci-fi
3939- setting. It is available for Windows, Linux, and Mac OS X.
3939+ setting. It is available for Windows, Linux, and macOS.
40404141 Features:
4242
+1-1
pkgs/games/warsow/default.nix
···5252 Set in a futuristic cartoon-like world where rocketlauncher-wielding
5353 pigs and lasergun-carrying cyberpunks roam the streets, Warsow is a
5454 completely free fast-paced first-person shooter (FPS) for Windows, Linux
5555- and Mac OS X.
5555+ and macOS.
5656 '';
5757 homepage = http://www.warsow.net;
5858 # Engine is under GPLv2, everything else is under
+1-1
pkgs/games/xonotic/default.nix
···7373 description = "A free fast-paced first-person shooter";
7474 longDescription = ''
7575 Xonotic is a free, fast-paced first-person shooter that works on
7676- Windows, OS X and Linux. The project is geared towards providing
7676+ Windows, macOS and Linux. The project is geared towards providing
7777 addictive arena shooter gameplay which is all spawned and driven
7878 by the community itself. Xonotic is a direct successor of the
7979 Nexuiz project with years of development between them, and it
···1414 enableParallelBuilding = true;
15151616 meta = {
1717- description = "Cross platform port of the OS X CoreFoundation";
1717+ description = "Cross platform port of the macOS CoreFoundation";
1818 homepage = http://sourceforge.net/projects/opencflite/;
1919 license = stdenv.lib.licenses.apsl20;
2020 };
+1-1
pkgs/os-specific/darwin/security-tool/default.nix
···8888 '';
89899090 meta = with stdenv.lib; {
9191- description = "Command line interface to Mac OS X keychains and Security framework";
9191+ description = "Command line interface to macOS keychains and Security framework";
9292 maintainers = with maintainers; [
9393 copumpkin
9494 joelteon
+1-1
pkgs/os-specific/darwin/usr-include/default.nix
···44 * This is needed to build GCC on Darwin.
55 *
66 * These are the collection of headers that would normally be available under
77- * /usr/include in OS X machines with command line tools installed. They need
77+ * /usr/include in macOS machines with command line tools installed. They need
88 * to be in one folder for gcc to use them correctly.
99 */
1010
+2-2
pkgs/servers/cloud-print-connector/default.nix
···2424 buildInputs = [ avahi cups ];
25252626 meta = with stdenv.lib; {
2727- description = "Share printers from your Windows, Linux, FreeBSD or OS X computer with ChromeOS and Android devices, using the Cloud Print Connector";
2727+ description = "Share printers from your Windows, Linux, FreeBSD or macOS computer with ChromeOS and Android devices, using the Cloud Print Connector";
2828 homepage = https://github.com/google/cloud-print-connector;
2929 license = licenses.bsd3;
3030 maintainers = with maintainers; [ hodapp ];
3131- # TODO: Fix broken build on OS X. The GitHub presently lists the
3131+ # TODO: Fix broken build on macOS. The GitHub presently lists the
3232 # FreeBSD build as broken too, but this may change in the future.
3333 platforms = platforms.linux;
3434 };
+1-1
pkgs/tools/filesystems/darling-dmg/default.nix
···15151616 meta = {
1717 homepage = http://www.darlinghq.org/;
1818- description = "Darling lets you open OS X dmgs on Linux";
1818+ description = "Darling lets you open macOS dmgs on Linux";
1919 platforms = stdenv.lib.platforms.linux;
2020 license = stdenv.lib.licenses.gpl3;
2121 };
+1-1
pkgs/tools/misc/diffoscope/default.nix
···2626 sed -i setup.py -e "/'rpm-python',/d"
2727 '';
28282929- # Still missing these tools: enjarify, otool & lipo (maybe OS X only), showttf
2929+ # Still missing these tools: enjarify, otool & lipo (maybe macOS only), showttf
3030 # Also these libraries: python3-guestfs
3131 # FIXME: move xxd into a separate package so we don't have to pull in all of vim.
3232 pythonPath = with python3.pkgs;
+1-1
pkgs/tools/misc/umlet/default.nix
···4040 draw UML diagrams fast, produce sequence and activity diagrams from
4141 plain text, export diagrams to eps, pdf, jpg, svg, and clipboard,
4242 share diagrams using Eclipse, and create new, custom UML elements.
4343- UMLet runs stand-alone or as Eclipse plug-in on Windows, OS X and
4343+ UMLet runs stand-alone or as Eclipse plug-in on Windows, macOS and
4444 Linux.
4545 '';
4646 homepage = http://www.umlet.com;
+1-1
pkgs/tools/text/gnugrep/default.nix
···2222 #doCheck = !stdenv.isDarwin && !stdenv.isSunOS && !stdenv.isCygwin && !stdenv.isFreeBSD;
2323 doCheck = false;
24242525- # On Mac OS X, force use of mkdir -p, since Grep's fallback
2525+ # On macOS, force use of mkdir -p, since Grep's fallback
2626 # (./install-sh) is broken.
2727 preConfigure = ''
2828 export MKDIR_P="mkdir -p"
+1-1
pkgs/tools/text/popfile/default.nix
···5454 homepage = http://getpopfile.org;
5555 license = stdenv.lib.licenses.gpl2;
56565757- # Should work on OS X, but havent tested it.
5757+ # Should work on macOS, but havent tested it.
5858 # Windows support is more complicated.
5959 # http://getpopfile.org/docs/faq:systemrequirements
6060 platforms = stdenv.lib.platforms.linux;
+3-3
pkgs/top-level/python-packages.nix
···555555 };
556556557557 meta = {
558558- description = "Disable App Nap on OS X";
558558+ description = "Disable App Nap on macOS";
559559 homepage = https://pypi.python.org/pypi/appnope;
560560 platforms = platforms.darwin;
561561 license = licenses.bsd3;
···693693 sha256 = "136f2ec0f94ec77ff2990830feee965d608cab1e8922370e3abdded383d52001";
694694 };
695695696696- # Mac OS X needs clang for testing
696696+ # macOS needs clang for testing
697697 buildInputs = with self; [ pytest hypothesis zope_interface
698698 pympler coverage ]
699699 ++ optionals (stdenv.isDarwin) [ pkgs.clang ];
···2794827948 doCheck = false;
27949279492795027950 meta = {
2795127951- description = "Send file to trash natively under Mac OS X, Windows and Linux";
2795127951+ description = "Send file to trash natively under macOS, Windows and Linux";
2795227952 homepage = https://github.com/hsoft/send2trash;
2795327953 license = licenses.bsd3;
2795427954 };