mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 11:07:36 +00:00
lrzsz: fix clang -Werror on darwin
Regression from darwin stdenv bump (#234710)
This commit is contained in:
parent
fc40f07447
commit
a91d4613a6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user