about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2016-08-11 22:18:24 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2016-08-16 19:25:41 +0000
commitad61000697405f8c13b6e4a0f453904786111660 (patch)
tree0c462d480140c18990f1cab498df0078ece29f33 /pkgs/development/tools/analysis
parent0edb35ad78a3c656dce09573f9c0eff11fe0c466 (diff)
downloadnixlib-ad61000697405f8c13b6e4a0f453904786111660.tar
nixlib-ad61000697405f8c13b6e4a0f453904786111660.tar.gz
nixlib-ad61000697405f8c13b6e4a0f453904786111660.tar.bz2
nixlib-ad61000697405f8c13b6e4a0f453904786111660.tar.lz
nixlib-ad61000697405f8c13b6e4a0f453904786111660.tar.xz
nixlib-ad61000697405f8c13b6e4a0f453904786111660.tar.zst
nixlib-ad61000697405f8c13b6e4a0f453904786111660.zip
cccc: fix darwin build
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/cccc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/analysis/cccc/default.nix b/pkgs/development/tools/analysis/cccc/default.nix
index c672c7964e75..ea7f6d4f5908 100644
--- a/pkgs/development/tools/analysis/cccc/default.nix
+++ b/pkgs/development/tools/analysis/cccc/default.nix
@@ -16,6 +16,7 @@ stdenv.mkDerivation {
     substituteInPlace install/install.mak --replace /usr/local/bin $out/bin
     substituteInPlace install/install.mak --replace MKDIR=mkdir "MKDIR=mkdir -p"
   '';
+  buildFlags = [ "CCC=c++" "LD=c++" ];
 
   meta = {
     description = "C and C++ Code Counter";