Merge pull request #268833 from emilytrau/lrzsz-darwin

lrzsz: fix clang -Werror on darwin

Changed files
+2
pkgs
tools
misc
lrzsz
+2
pkgs/tools/misc/lrzsz/default.nix
···
configureFlags = [ "--program-transform-name=s/^l//" ];
+
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-error=implicit-function-declaration -Wno-error=implicit-int";
+
meta = with lib; {
homepage = "https://ohse.de/uwe/software/lrzsz.html";
description = "Communication package providing the XMODEM, YMODEM ZMODEM file transfer protocols";