From d8f5bcefeb410954c928430668c9f68896093cba Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sat, 28 Mar 2020 14:05:25 +0100 Subject: [PATCH] ocamlPackages.ocaml_libvirt: ignore warnings --- pkgs/development/ocaml-modules/ocaml-libvirt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/ocaml-libvirt/default.nix b/pkgs/development/ocaml-modules/ocaml-libvirt/default.nix index 11405c0ebe5e..6a9e4e1d8c5c 100644 --- a/pkgs/development/ocaml-modules/ocaml-libvirt/default.nix +++ b/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";