Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f57f69bef85c^
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cbb998c346e0
Choose a head ref

Commits on Mar 29, 2021

  1. apache-airflow: Export PYTHONPATH in wrapper for gunicorn processes

    Jonathan Ringer authored and Gabriella439 committed Mar 29, 2021
    Copy the full SHA
    f57f69b View commit details

Commits on May 6, 2021

  1. libtapi: fix build, install phase and install name

    installTarget looks like a typo for installTargets. This causes a lot
    of llvm and clang to be built and installed.
    
    Clang is not intended to be an external dependency. The source bundle
    includes llvm and clang. Adding include paths and building clangBasic
    first is sufficient to use the internal clang components.
    thefloweringash authored and Gabriella439 committed May 6, 2021
    Copy the full SHA
    fc35cf7 View commit details
  2. Copy the full SHA
    b3cffb7 View commit details
  3. stdenv/darwin: bump bootstrap tools

    This new version has tapi support, which is needed to build the new
    stubs based libSystem, etc. and Big Sur support.
    
    You can verify the provenance of these yourself by checking Hydra here:
    https://hydra.nixos.org/build/128192471
    LnL7 authored and Gabriella439 committed May 6, 2021
    Copy the full SHA
    50eec0b View commit details
  4. darwin/stdenv: assemble full clang toolchain

    Adapted from main expression for clang 7.
    thefloweringash authored and Gabriella439 committed May 6, 2021
    Copy the full SHA
    6f601ee View commit details
  5. darwin/stdenv: refactoring

    Build the llvm support libraries (libcxx, libcxxabi) from scratch
    without using the existing llvm libraries. This is the same spirit and
    similar implementation as the "useLLVM" bootstrap in llvm package
    sets. Critically it avoids having libcxxabi provided by the cc-wrapper
    when building libcxx, which otherwise results in two libcxxabi
    instances.
    
    $ otool -L /nix/store/vd4vvgs9xngqbjzpg3qc41wl6jh42s9i-libc++-7.1.0/lib/libc++.dylib
    /nix/store/vd4vvgs9xngqbjzpg3qc41wl6jh42s9i-libc++-7.1.0/lib/libc++.dylib:
            /nix/store/vd4vvgs9xngqbjzpg3qc41wl6jh42s9i-libc++-7.1.0/lib/libc++.1.0.dylib (compatibility version 1.0.0, current version 1.0.0)
            /nix/store/gmpwk5fyp3iasppqrrdpswxvid6kcp8r-libc++abi-7.1.0/lib/libc++abi.dylib (compatibility version 1.0.0, current version 1.0.0)
            /nix/store/3hn7azynqgp2pm5gpdg45gpq0ia72skg-libc++abi-7.1.0/lib/libc++abi.dylib (compatibility version 1.0.0, current version 1.0.0)
            /nix/store/1nq94scbxs6bk7pimqhvz76q6cfmbv97-Libsystem-osx-10.12.6/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)
    
    Additionally move some utilities (clang, binutils, coreutils, gnugrep)
    to the stage layers so they can be replaced before the final
    stdenv. This should cause most of stage4 to be built from the
    toolchain assembled as of stage3 instead of the bootstrap toolchain.
    thefloweringash authored and Gabriella439 committed May 6, 2021
    Copy the full SHA
    3ae2999 View commit details
  6. compiler-rt: prevent platform sniffing on Darwin

    Exposed by the tbd stubs which contains fat libraries. The previously
    used proxy libraries were x86_64 only.
    thefloweringash authored and Gabriella439 committed May 6, 2021
    Copy the full SHA
    736ba54 View commit details
  7. darwin/darwin-stubs: init

    thefloweringash authored and Gabriella439 committed May 6, 2021
    Copy the full SHA
    db94c6a View commit details
  8. darwin/print-reexports: nixpkgs-specific utility to inspect .tbd files

    Used during bootstrap to check that re-exported libraries are not
    dangling.
    thefloweringash authored and Gabriella439 committed May 6, 2021
    Copy the full SHA
    00b0b25 View commit details
  9. Copy the full SHA
    6bf0682 View commit details
  10. Copy the full SHA
    14f65ea View commit details
  11. Copy the full SHA
    297a3fb View commit details
  12. Copy the full SHA
    cfa8293 View commit details
  13. Copy the full SHA
    c992d6f View commit details
  14. Copy the full SHA
    d232d6c View commit details
  15. Copy the full SHA
    c97dd65 View commit details
  16. Copy the full SHA
    3acc48c View commit details
  17. Copy the full SHA
    4d680a8 View commit details
  18. Copy the full SHA
    277857a View commit details
  19. darwin/stdenv: tapi stub based bootstrap

    Fixes bootstrapping on macOS Big Sur.
    thefloweringash authored and Gabriella439 committed May 6, 2021
    Copy the full SHA
    33c6e18 View commit details
  20. Copy the full SHA
    6841356 View commit details
  21. Copy the full SHA
    1da40c7 View commit details
  22. bintools: only add macos flags when targeting macOS

    We can’t set this for cross-compiling since we use the GNU linker.
    Instead, set these flags only when targetPlatform is macOS.
    
    Fixes #80754
    
    Fixes #83141
    matthewbauer authored and Gabriella439 committed May 6, 2021
    Copy the full SHA
    b9cc29e View commit details
  23. bintools-wrapper: remove redundant arg

    This is a manual cherry-pick of:
    
    764b227
    
    … only because I was unable to fetch the original commit using `git`
    Gabriella439 committed May 6, 2021
    Copy the full SHA
    b10ebf0 View commit details

Commits on May 13, 2021

  1. Fix build for `compiler-rt-{5,6}.*.*

    I made a mistake when cherry-picking
    c3c27f7
    onto the `release-20.03` branch to create
    1e5a44e.
    
    Specifically, I accidentally cherry-picked what should have been
    a `cmakeFlags` flag as part of the `configureFlags` for some of the
    `compiler-rt` builds, which this change fixes.
    Gabriella439 committed May 13, 2021
    Copy the full SHA
    e6d6742 View commit details

Commits on May 17, 2021

  1. Patch through support for specialArgs

    This upstreams https://github.com/awakesecurity-dev/end-to-end/blob/d005f355c4b51cf39b54e34ecad89d98c6c7f279/awake-pkgs/nixpkgs/nixos-19_09.patch
    into our vendored Nixpkgs.  Doing so greatly simplifies the patch
    because we no longer need to thread through a `nixpkgs` argument.
    
    We also never needed to patch `./nixos/default.nix` as we were not
    using that file at all.
    Gabriella439 committed May 17, 2021
    Copy the full SHA
    cbb998c View commit details
Showing with 859 additions and 375 deletions.
  1. +2 −1 nixos/lib/build-vms.nix
  2. +4 −2 nixos/lib/testing.nix
  3. +5 −0 pkgs/build-support/bintools-wrapper/default.nix
  4. +5 −0 pkgs/development/compilers/llvm/10/compiler-rt.nix
  5. +7 −0 pkgs/development/compilers/llvm/5/compiler-rt.nix
  6. +7 −0 pkgs/development/compilers/llvm/6/compiler-rt.nix
  7. +5 −0 pkgs/development/compilers/llvm/7/compiler-rt.nix
  8. +4 −1 pkgs/development/compilers/llvm/7/libc++abi.nix
  9. +5 −0 pkgs/development/compilers/llvm/8/compiler-rt.nix
  10. +5 −0 pkgs/development/compilers/llvm/9/compiler-rt.nix
  11. +47 −0 pkgs/development/interpreters/python/cpython/3.7/big-sur.patch
  12. +47 −0 pkgs/development/interpreters/python/cpython/3.8/big-sur.patch
  13. +47 −0 pkgs/development/interpreters/python/cpython/3.9/big-sur.patch
  14. +2 −0 pkgs/development/interpreters/python/cpython/default.nix
  15. +4 −0 pkgs/development/libraries/qt-5/5.12/default.nix
  16. +15 −0 pkgs/development/libraries/qt-5/5.12/qtbase.patch.d/0015-qtbase-tbd-frameworks.patch
  17. +3 −0 pkgs/development/python-modules/apache-airflow/default.nix
  18. +1 −1 pkgs/os-specific/darwin/apple-sdk/cf-setup-hook.sh
  19. +93 −16 pkgs/os-specific/darwin/apple-sdk/default.nix
  20. +114 −112 pkgs/os-specific/darwin/apple-sdk/frameworks.nix
  21. +17 −0 pkgs/os-specific/darwin/apple-sdk/print-reexports/default.nix
  22. +148 −0 pkgs/os-specific/darwin/apple-sdk/print-reexports/main.c
  23. +9 −6 pkgs/os-specific/darwin/apple-source-releases/IOKit/default.nix
  24. +11 −45 pkgs/os-specific/darwin/apple-source-releases/Libsystem/default.nix
  25. +0 −41 pkgs/os-specific/darwin/apple-source-releases/Libsystem/reexported_libraries
  26. +9 −8 pkgs/os-specific/darwin/apple-source-releases/Security/boot.nix
  27. +3 −2 pkgs/os-specific/darwin/apple-source-releases/objc4/default.nix
  28. +18 −0 pkgs/os-specific/darwin/darwin-stubs/default.nix
  29. +21 −8 pkgs/os-specific/darwin/libtapi/default.nix
  30. +173 −53 pkgs/stdenv/darwin/default.nix
  31. +17 −41 pkgs/stdenv/darwin/make-bootstrap-tools.nix
  32. +0 −35 pkgs/stdenv/darwin/unpack-bootstrap-tools.sh
  33. +4 −2 pkgs/tools/misc/trash-cli/default.nix
  34. +7 −1 pkgs/top-level/darwin-packages.nix
3 changes: 2 additions & 1 deletion nixos/lib/build-vms.nix
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@
, pkgs
, # NixOS configuration to add to the VMs
extraConfigurations ? []
, specialArgs ? {}
}:

with pkgs.lib;
@@ -31,7 +32,7 @@ rec {
nodes: configurations:

import ./eval-config.nix {
inherit system;
inherit system specialArgs;
modules = configurations ++ extraConfigurations;
baseModules = (import ../modules/module-list.nix) ++
[ ../modules/virtualisation/qemu-vm.nix
6 changes: 4 additions & 2 deletions nixos/lib/testing.nix
Original file line number Diff line number Diff line change
@@ -5,9 +5,11 @@
# Ignored
, config ? {}
# Modules to add to each VM
, extraConfigurations ? [] }:
, extraConfigurations ? []
, specialArgs ? {}
}:

with import ./build-vms.nix { inherit system pkgs minimal extraConfigurations; };
with import ./build-vms.nix { inherit system pkgs minimal extraConfigurations specialArgs; };
with pkgs;

let
5 changes: 5 additions & 0 deletions pkgs/build-support/bintools-wrapper/default.nix
Original file line number Diff line number Diff line change
@@ -248,6 +248,11 @@ stdenv.mkDerivation {
printWords "''${ldflagsBefore[@]}" > $out/nix-support/libc-ldflags-before
'')

+ optionalString stdenv.targetPlatform.isMacOS ''
# Ensure consistent LC_VERSION_MIN_MACOSX and remove LC_UUID.
echo "-sdk_version 10.12 -no_uuid" >> $out/nix-support/libc-ldflags-before
''

+ optionalString (!nativeTools) ''
##
## User env support
5 changes: 5 additions & 0 deletions pkgs/development/compilers/llvm/10/compiler-rt.nix
Original file line number Diff line number Diff line change
@@ -33,6 +33,11 @@ stdenv.mkDerivation rec {
] ++ stdenv.lib.optionals (stdenv.hostPlatform.parsed.kernel.name == "none") [
"-DCOMPILER_RT_BAREMETAL_BUILD=ON"
"-DCOMPILER_RT_OS_DIR=baremetal"
] ++ stdenv.lib.optionals (stdenv.hostPlatform.isDarwin) [
# The compiler-rt build infrastructure sniffs supported platforms on Darwin
# and finds i386;x86_64;x86_64h. We only build for x86_64, so linking fails
# when it tries to use libc++ and libc++api for i386.
"-DDARWIN_osx_ARCHS=${stdenv.hostPlatform.parsed.cpu.name}"
];

outputs = [ "out" "dev" ];
7 changes: 7 additions & 0 deletions pkgs/development/compilers/llvm/5/compiler-rt.nix
Original file line number Diff line number Diff line change
@@ -12,6 +12,13 @@ stdenv.mkDerivation {
"-DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON"
];

cmakeFlags = stdenv.lib.optionals (stdenv.hostPlatform.isDarwin) [
# The compiler-rt build infrastructure sniffs supported platforms on Darwin
# and finds i386;x86_64;x86_64h. We only build for x86_64, so linking fails
# when it tries to use libc++ and libc++api for i386.
"-DDARWIN_osx_ARCHS=${stdenv.hostPlatform.parsed.cpu.name}"
];

outputs = [ "out" "dev" ];

patches = [
7 changes: 7 additions & 0 deletions pkgs/development/compilers/llvm/6/compiler-rt.nix
Original file line number Diff line number Diff line change
@@ -12,6 +12,13 @@ stdenv.mkDerivation {
"-DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON"
];

cmakeFlags = stdenv.lib.optionals (stdenv.hostPlatform.isDarwin) [
# The compiler-rt build infrastructure sniffs supported platforms on Darwin
# and finds i386;x86_64;x86_64h. We only build for x86_64, so linking fails
# when it tries to use libc++ and libc++api for i386.
"-DDARWIN_osx_ARCHS=${stdenv.hostPlatform.parsed.cpu.name}"
];

outputs = [ "out" "dev" ];

patches = [
5 changes: 5 additions & 0 deletions pkgs/development/compilers/llvm/7/compiler-rt.nix
Original file line number Diff line number Diff line change
@@ -41,6 +41,11 @@ stdenv.mkDerivation {
"-DCMAKE_TRY_COMPILE_TARGET_TYPE=STATIC_LIBRARY"
] ++ stdenv.lib.optionals (bareMetal) [
"-DCOMPILER_RT_OS_DIR=baremetal"
] ++ stdenv.lib.optionals (stdenv.hostPlatform.isDarwin) [
# The compiler-rt build infrastructure sniffs supported platforms on Darwin
# and finds i386;x86_64;x86_64h. We only build for x86_64, so linking fails
# when it tries to use libc++ and libc++api for i386.
"-DDARWIN_osx_ARCHS=${stdenv.hostPlatform.parsed.cpu.name}"
];

outputs = [ "out" "dev" ];
5 changes: 4 additions & 1 deletion pkgs/development/compilers/llvm/7/libc++abi.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ stdenv, cmake, fetch, libcxx, llvm, version
, standalone ? false
# on musl the shared objects don't build
, enableShared ? ! stdenv.hostPlatform.isMusl }:

@@ -20,7 +21,9 @@ stdenv.mkDerivation {
patch -p1 -d $(ls -d libcxx-*) -i ${../libcxx-0001-musl-hacks.patch}
'';

cmakeFlags = stdenv.lib.optional (!enableShared) "-DLIBCXXABI_ENABLE_SHARED=OFF";
cmakeFlags =
stdenv.lib.optional standalone "-DLLVM_ENABLE_LIBCXX=ON" ++
stdenv.lib.optional (!enableShared) "-DLIBCXXABI_ENABLE_SHARED=OFF";

installPhase = if stdenv.isDarwin
then ''
5 changes: 5 additions & 0 deletions pkgs/development/compilers/llvm/8/compiler-rt.nix
Original file line number Diff line number Diff line change
@@ -41,6 +41,11 @@ stdenv.mkDerivation {
"-DCMAKE_TRY_COMPILE_TARGET_TYPE=STATIC_LIBRARY"
] ++ stdenv.lib.optionals (bareMetal) [
"-DCOMPILER_RT_OS_DIR=baremetal"
] ++ stdenv.lib.optionals (stdenv.hostPlatform.isDarwin) [
# The compiler-rt build infrastructure sniffs supported platforms on Darwin
# and finds i386;x86_64;x86_64h. We only build for x86_64, so linking fails
# when it tries to use libc++ and libc++api for i386.
"-DDARWIN_osx_ARCHS=${stdenv.hostPlatform.parsed.cpu.name}"
];

outputs = [ "out" "dev" ];
5 changes: 5 additions & 0 deletions pkgs/development/compilers/llvm/9/compiler-rt.nix
Original file line number Diff line number Diff line change
@@ -41,6 +41,11 @@ stdenv.mkDerivation rec {
"-DCMAKE_TRY_COMPILE_TARGET_TYPE=STATIC_LIBRARY"
] ++ stdenv.lib.optionals (bareMetal) [
"-DCOMPILER_RT_OS_DIR=baremetal"
] ++ stdenv.lib.optionals (stdenv.hostPlatform.isDarwin) [
# The compiler-rt build infrastructure sniffs supported platforms on Darwin
# and finds i386;x86_64;x86_64h. We only build for x86_64, so linking fails
# when it tries to use libc++ and libc++api for i386.
"-DDARWIN_osx_ARCHS=${stdenv.hostPlatform.parsed.cpu.name}"
];

outputs = [ "out" "dev" ];
47 changes: 47 additions & 0 deletions pkgs/development/interpreters/python/cpython/3.7/big-sur.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
From e21e08857146478613c21fa8d32eae3fc863c5e6 Mon Sep 17 00:00:00 2001
From: Ronald Oussoren <ronaldoussoren@mac.com>
Date: Thu, 25 Jun 2020 16:55:48 +0200
Subject: [PATCH] BPO-41100: Support macOS 11 when building (GH-21113) (cherry
picked from commit 8ea6353f60625c96ce96588c70ff24a77f8c71f9)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
---
Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst | 1 +
configure | 2 +-
configure.ac | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
create mode 100644 Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst

diff --git a/Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst b/Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst
new file mode 100644
index 00000000000000..ded66b567a92db
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst
@@ -0,0 +1 @@
+Support macOS 11 when building.
diff --git a/configure b/configure
index 57b36e29b97f4e..c807c98e568f8c 100755
--- a/configure
+++ b/configure
@@ -3374,7 +3374,7 @@ $as_echo "#define _BSD_SOURCE 1" >>confdefs.h
# has no effect, don't bother defining them
Darwin/[6789].*)
define_xopen_source=no;;
- Darwin/1[0-9].*)
+ Darwin/[12][0-9].*)
define_xopen_source=no;;
# On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
# used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
diff --git a/configure.ac b/configure.ac
index f9dabd86c2cfc1..805c0bba08deb8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -490,7 +490,7 @@ case $ac_sys_system/$ac_sys_release in
# has no effect, don't bother defining them
Darwin/@<:@6789@:>@.*)
define_xopen_source=no;;
- Darwin/1@<:@0-9@:>@.*)
+ Darwin/@<:@[12]@:>@@<:@0-9@:>@.*)
define_xopen_source=no;;
# On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
# used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
47 changes: 47 additions & 0 deletions pkgs/development/interpreters/python/cpython/3.8/big-sur.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
From c2123aa4c947a46a243480339b25eb0515a120a9 Mon Sep 17 00:00:00 2001
From: Ronald Oussoren <ronaldoussoren@mac.com>
Date: Thu, 25 Jun 2020 16:55:48 +0200
Subject: [PATCH] BPO-41100: Support macOS 11 when building (GH-21113) (cherry
picked from commit 8ea6353f60625c96ce96588c70ff24a77f8c71f9)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
---
Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst | 1 +
configure | 2 +-
configure.ac | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
create mode 100644 Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst

diff --git a/Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst b/Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst
new file mode 100644
index 00000000000000..ded66b567a92db
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst
@@ -0,0 +1 @@
+Support macOS 11 when building.
diff --git a/configure b/configure
index 88865616457621..96dcd0dcd5fec1 100755
--- a/configure
+++ b/configure
@@ -3398,7 +3398,7 @@ $as_echo "#define _BSD_SOURCE 1" >>confdefs.h
# has no effect, don't bother defining them
Darwin/[6789].*)
define_xopen_source=no;;
- Darwin/1[0-9].*)
+ Darwin/[12][0-9].*)
define_xopen_source=no;;
# On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
# used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
diff --git a/configure.ac b/configure.ac
index d8de9d49439c31..18a044629a7853 100644
--- a/configure.ac
+++ b/configure.ac
@@ -498,7 +498,7 @@ case $ac_sys_system/$ac_sys_release in
# has no effect, don't bother defining them
Darwin/@<:@6789@:>@.*)
define_xopen_source=no;;
- Darwin/1@<:@0-9@:>@.*)
+ Darwin/@<:@[12]@:>@@<:@0-9@:>@.*)
define_xopen_source=no;;
# On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
# used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
47 changes: 47 additions & 0 deletions pkgs/development/interpreters/python/cpython/3.9/big-sur.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
From 9b1a41efc585fc5a894ea1e3f369c5915bb6ebf2 Mon Sep 17 00:00:00 2001
From: Ronald Oussoren <ronaldoussoren@mac.com>
Date: Thu, 25 Jun 2020 16:55:48 +0200
Subject: [PATCH] BPO-41100: Support macOS 11 when building (GH-21113) (cherry
picked from commit 8ea6353f60625c96ce96588c70ff24a77f8c71f9)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
---
Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst | 1 +
configure | 2 +-
configure.ac | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
create mode 100644 Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst

diff --git a/Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst b/Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst
new file mode 100644
index 00000000000000..ded66b567a92db
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst
@@ -0,0 +1 @@
+Support macOS 11 when building.
diff --git a/configure b/configure
index ca18d2fa7aa48c..9411d7dc0bee4c 100755
--- a/configure
+++ b/configure
@@ -3422,7 +3422,7 @@ $as_echo "#define _BSD_SOURCE 1" >>confdefs.h
# has no effect, don't bother defining them
Darwin/[6789].*)
define_xopen_source=no;;
- Darwin/1[0-9].*)
+ Darwin/[12][0-9].*)
define_xopen_source=no;;
# On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
# used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
diff --git a/configure.ac b/configure.ac
index bb327f68eb8796..7bbceb10d80fd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -510,7 +510,7 @@ case $ac_sys_system/$ac_sys_release in
# has no effect, don't bother defining them
Darwin/@<:@6789@:>@.*)
define_xopen_source=no;;
- Darwin/1@<:@0-9@:>@.*)
+ Darwin/@<:@[12]@:>@@<:@0-9@:>@.*)
define_xopen_source=no;;
# On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
# used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
2 changes: 2 additions & 0 deletions pkgs/development/interpreters/python/cpython/default.nix
Original file line number Diff line number Diff line change
@@ -104,6 +104,8 @@ in with passthru; stdenv.mkDerivation {
] ++ optionals (isPy37 || isPy38) [
# Fix darwin build https://bugs.python.org/issue34027
./3.7/darwin-libutil.patch
] ++ optionals (isPy37 || isPy38 || isPy39) [
(./. + "/${sourceVersion.major}.${sourceVersion.minor}/big-sur.patch")
] ++ optionals (isPy3k && hasDistutilsCxxPatch) [
# Fix for http://bugs.python.org/issue1222585
# Upstream distutils is calling C compiler to compile C++ code, which
4 changes: 4 additions & 0 deletions pkgs/development/libraries/qt-5/5.12/default.nix
Original file line number Diff line number Diff line change
@@ -55,6 +55,10 @@ let
./qtbase.patch.d/0001-qtbase-mkspecs-mac.patch
./qtbase.patch.d/0002-qtbase-mac.patch
./qtbase.patch.d/0013-define-kiosurfacesuccess.patch

# Patch framework detection to support X.framework/X.tbd,
# extending the current support for X.framework/X.
./qtbase.patch.d/0015-qtbase-tbd-frameworks.patch
]
++ [
./qtbase.patch.d/0003-qtbase-mkspecs.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff --git a/src/gui/Qt5GuiConfigExtras.cmake.in b/src/gui/Qt5GuiConfigExtras.cmake.in
index 84dbbfebd4..615bfed124 100644
--- a/src/gui/Qt5GuiConfigExtras.cmake.in
+++ b/src/gui/Qt5GuiConfigExtras.cmake.in
@@ -119,6 +119,10 @@ macro(_qt5gui_find_extra_libs Name Libs LibDir IncDirs)
if (NOT EXISTS "${Qt5Gui_${_cmake_lib_name}_LIBRARY}")
set(Qt5Gui_${_cmake_lib_name}_LIBRARY)
endif()
+ set(Qt5Gui_${_cmake_lib_name}_LIBRARY "${Qt5Gui_${_cmake_lib_name}_LIBRARY}/${_lib}.tbd")
+ if (NOT EXISTS "${Qt5Gui_${_cmake_lib_name}_LIBRARY}")
+ set(Qt5Gui_${_cmake_lib_name}_LIBRARY)
+ endif()
!!ENDIF
if (NOT Qt5Gui_${_cmake_lib_name}_LIBRARY)
# The above find_library call doesn\'t work for finding
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/apache-airflow/default.nix
Original file line number Diff line number Diff line change
@@ -168,6 +168,9 @@ buildPythonPackage rec {
--replace "/bin/bash" "${stdenv.shell}"
'';

# allow for gunicorn processes to have access to python packages
makeWrapperArgs = [ "--prefix PYTHONPATH : $PYTHONPATH" ];

checkPhase = ''
export HOME=$(mktemp -d)
export AIRFLOW_HOME=$HOME
2 changes: 1 addition & 1 deletion pkgs/os-specific/darwin/apple-sdk/cf-setup-hook.sh
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ linkSystemCoreFoundationFramework() {
# gross! many symbols (such as _OBJC_CLASS_$_NSArray) are defined in system CF, but not
# in the opensource release
# if the package needs private headers, we assume they also want to link with system CF
NIX_LDFLAGS+=" /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation"
NIX_LDFLAGS+=" @out@/Library/Frameworks/CoreFoundation.framework/CoreFoundation"
}

preConfigureHooks+=(linkSystemCoreFoundationFramework)
Loading