mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
cccc: fix darwin build
This commit is contained in:
parent
0edb35ad78
commit
ad61000697
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user