Skip to content

Commit

Permalink
lrzsz: fix clang -Werror on darwin
Browse files Browse the repository at this point in the history
Regression from darwin stdenv bump (NixOS#234710)
  • Loading branch information
emilytrau committed Nov 20, 2023
1 parent fc40f07 commit a91d461
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/tools/misc/lrzsz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ stdenv.mkDerivation rec {

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";
Expand Down

0 comments on commit a91d461

Please sign in to comment.