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 [...]"
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Cross-platform shared library for serial port access";
|
||||
homepage = http://sigrok.org/;
|
||||
license = licenses.gpl3Plus;
|
||||
# Mac OS X, Windows and Android is also supported (according to upstream).
|
||||
# macOS, Windows and Android is also supported (according to upstream).
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user