ocamlPackages.ocaml_libvirt: ignore warnings

This commit is contained in:
Vincent Laporte 2020-03-28 14:05:25 +01:00 committed by Vincent Laporte
parent e8825c4d11
commit d8f5bcefeb

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
autoconf
'';
buildPhase = if stdenv.cc.isClang then "make all opt CPPFLAGS=-Wno-error" else "make all opt";
buildPhase = "make all opt CPPFLAGS=-Wno-error";
installPhase = "make install-opt";