mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-06 05:13:37 +00:00
darwin.libcxx: 20.1.0+apple-sdk-26.0 -> 21.1.6+apple-sdk-26.4
This commit is contained in:
@@ -9,7 +9,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "libcxx";
|
||||
# Keep this in sync with the corresponding LLVM libc++ version
|
||||
# defined as `_LIBCPP_VERSION` in `usr/include/c++/v1/__config`.
|
||||
version = "20.1.0+apple-sdk-${apple-sdk_26.version}";
|
||||
version = "21.1.6+apple-sdk-${apple-sdk_26.version}";
|
||||
inherit (apple-sdk_26) src;
|
||||
|
||||
dontConfigure = true;
|
||||
|
||||
Reference in New Issue
Block a user