tinyssh: fix build with clang 16

This commit is contained in:
Weijia Wang 2024-01-19 07:47:23 +01:00
parent 491e1b3fd9
commit 6346bc8b6b

View file

@ -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; {