about summary refs log tree commit diff
path: root/pkgs/build-support/cc-wrapper
diff options
context:
space:
mode:
authorYang, Bo <atry@fb.com>2022-09-26 12:51:18 -0700
committerYang, Bo <atry@fb.com>2022-09-26 12:52:19 -0700
commitb51302ed47ad40536050c41f4bf021a0076fe3d0 (patch)
tree200a62907d82c08c328ea06e1a97b8b0833938a2 /pkgs/build-support/cc-wrapper
parentd9a1414346059619d9e13ab93e749bbb82e5252a (diff)
Add `stdenv.cc.libcxx` to detect the standard C++ library
Diffstat (limited to 'pkgs/build-support/cc-wrapper')
-rw-r--r--pkgs/build-support/cc-wrapper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/cc-wrapper/default.nix b/pkgs/build-support/cc-wrapper/default.nix
index ec6bd7855972b..d976b79febed1 100644
--- a/pkgs/build-support/cc-wrapper/default.nix
+++ b/pkgs/build-support/cc-wrapper/default.nix
@@ -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