Add stdenv.cc.libcxx to detect the standard C++ library

This commit is contained in:
Yang, Bo
2022-09-26 12:52:19 -07:00
parent d9a1414346
commit b51302ed47
+1 -1
View File
@@ -146,7 +146,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 libc nativeTools nativeLibc nativePrefix isGNU isClang;
inherit libc libcxx nativeTools nativeLibc nativePrefix isGNU isClang;
emacsBufferSetup = pkgs: ''
; We should handle propagation here too