Unverified Commit b49515b7 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

chmlib: Fix build on darwin (#392652)

parents ce92ea38 493bda5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ stdenv.mkDerivation {

  nativeBuildInputs = [ autoreconfHook ];

  env = lib.optionalAttrs stdenv.cc.isGNU {
  env = {
    NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
  };