tinyssh: fix build with clang 16
This commit is contained in:
parent
491e1b3fd9
commit
6346bc8b6b
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
|||
echo /share/man > conf-man
|
||||
'';
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-error=implicit-function-declaration";
|
||||
|
||||
DESTDIR = placeholder "out";
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue