ocamlPackages.ocaml_libvirt: ignore warnings

wip/yesman
Vincent Laporte 4 years ago committed by Vincent Laporte
parent e8825c4d11
commit d8f5bcefeb
  1. 2
      pkgs/development/ocaml-modules/ocaml-libvirt/default.nix

@ -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";

Loading…
Cancel
Save