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:
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://getpopfile.org;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
||||
# Should work on OS X, but havent tested it.
|
||||
# Should work on macOS, but havent tested it.
|
||||
# Windows support is more complicated.
|
||||
# http://getpopfile.org/docs/faq:systemrequirements
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user