highlight: use $CXX instead of c++ to build

This commit is contained in:
Michael Eden 2019-03-16 11:50:25 -04:00
parent 33e9fa2367
commit 3947d2e966
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
''; '';
preConfigure = '' preConfigure = ''
makeFlags="PREFIX=$out conf_dir=$out/etc/highlight/" makeFlags="PREFIX=$out conf_dir=$out/etc/highlight/ CXX=$CXX AR=$AR"
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {