3
0
Fork 0
forked from mirrors/nixpkgs

aspino: patch to use c++ instead of g++

This commit is contained in:
Matthew Bauer 2016-08-10 22:29:18 -05:00
parent b3cb07e130
commit ee63056476

View file

@ -11,6 +11,11 @@ stdenv.mkDerivation rec {
buildInputs = [ zlib boost ];
patchPhase = ''
substituteInPlace Makefile \
--replace "GCC = g++" "GCC = c++"
'';
preBuild = ''
cp ${glucose.src} patches/glucose-syrup.tgz
./bootstrap.sh