Commit 493bda5e authored by Zhong Jianxin's avatar Zhong Jianxin
Browse files

chmlib: Fix build on darwin

parent e99af8a9
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";
  };