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

cvs-fast-export: fix build with clang 16

+4
+4
pkgs/applications/version-management/cvs-fast-export/default.nix
··· 27 ) 28 ''; 29 30 postInstall = '' 31 wrapProgram $out/bin/cvssync --prefix PATH : ${lib.makeBinPath [ rsync ]} 32 wrapProgram $out/bin/cvsconvert --prefix PATH : $out/bin:${lib.makeBinPath [
··· 27 ) 28 ''; 29 30 + env = lib.optionalAttrs stdenv.cc.isClang { 31 + NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration"; 32 + }; 33 + 34 postInstall = '' 35 wrapProgram $out/bin/cvssync --prefix PATH : ${lib.makeBinPath [ rsync ]} 36 wrapProgram $out/bin/cvsconvert --prefix PATH : $out/bin:${lib.makeBinPath [