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:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
# Fix linking against libpthread (patch from Fedora)
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1037707
|
||||
# https://bugs.launchpad.net/libmemcached/+bug/1281907
|
||||
# Fix building on OS X (patch from Homebrew)
|
||||
# Fix building on macOS (patch from Homebrew)
|
||||
# https://bugs.launchpad.net/libmemcached/+bug/1245562
|
||||
patches = stdenv.lib.optional stdenv.isLinux ./libmemcached-fix-linking-with-libpthread.patch
|
||||
++ stdenv.lib.optional stdenv.isDarwin (fetchpatch {
|
||||
|
||||
Reference in New Issue
Block a user