Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cvs: fix build with clang 16

+4
+4
pkgs/applications/version-management/cvs/default.nix
··· 40 40 "AR=${stdenv.cc.targetPrefix}ar" 41 41 ]; 42 42 43 + env = lib.optionalAttrs stdenv.cc.isClang { 44 + NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration"; 45 + }; 46 + 43 47 doCheck = false; # fails 1 of 1 tests 44 48 45 49 meta = with lib; {