doom-bcc-git: CC=cc (for Darwin)

This commit is contained in:
Ertugrul Söylemez 2018-02-04 01:00:58 +01:00
parent 1394c852e2
commit a5f91d1f15

View file

@ -11,6 +11,7 @@ stdenv.mkDerivation {
};
enableParallelBuilding = true;
makeFlags = ["CC=cc"];
patches = [ ./bcc-warning-fix.patch ];