ocamlPackages.ocaml_libvirt: ignore warnings
This commit is contained in:
parent
e8825c4d11
commit
d8f5bcefeb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue