Commit 4e25b296 authored by Weijia Wang's avatar Weijia Wang
Browse files

cvs: fix build with clang 16

parent b746e126
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -40,6 +40,10 @@ stdenv.mkDerivation rec {
    "AR=${stdenv.cc.targetPrefix}ar"
  ];

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

  doCheck = false; # fails 1 of 1 tests

  meta = with lib; {