ocamlPackages.ocaml_libvirt: ignore warnings

This commit is contained in:
Vincent Laporte
2020-04-04 13:26:33 +02:00
committed by Vincent Laporte
parent e8825c4d11
commit d8f5bcefeb
@@ -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";