From ad61000697405f8c13b6e4a0f453904786111660 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Thu, 11 Aug 2016 22:18:24 -0500 Subject: [PATCH] cccc: fix darwin build --- pkgs/development/tools/analysis/cccc/default.nix | 1 + 1 file changed, 1 insertion(+) 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";