buildMozillaMach: apple-sdk_14 -> apple-sdk_15 starting with version 138 (#400163)
This commit is contained in:
@@ -98,6 +98,7 @@ in
|
||||
|
||||
# Darwin
|
||||
apple-sdk_14,
|
||||
apple-sdk_15,
|
||||
cups,
|
||||
rsync, # used when preparing .app directory
|
||||
|
||||
@@ -582,7 +583,7 @@ buildStdenv.mkDerivation {
|
||||
zip
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
apple-sdk_14
|
||||
(if lib.versionAtLeast version "138" then apple-sdk_15 else apple-sdk_14)
|
||||
cups
|
||||
]
|
||||
++ (lib.optionals (!stdenv.hostPlatform.isDarwin) (
|
||||
|
||||
Reference in New Issue
Block a user