Merge pull request #193086 from Atry/stdenv.cc.libcxx

clang-wrapper and gcc-wrapper: add `stdenv.cc.libcxx` to detect the standard C++ library
This commit is contained in:
Adam Joseph 2023-08-19 21:11:51 +00:00 committed by GitHub
commit af0400c500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,7 +189,7 @@ stdenv.mkDerivation {
# Binutils, and Apple's "cctools"; "bintools" as an attempt to find an
# unused middle-ground name that evokes both.
inherit bintools;
inherit cc libc nativeTools nativeLibc nativePrefix isGNU isClang;
inherit cc libc libcxx nativeTools nativeLibc nativePrefix isGNU isClang;
emacsBufferSetup = pkgs: ''
; We should handle propagation here too