libsmi: fix missing declaration for new clang

This commit is contained in:
Stanisław Pitucha 2023-10-06 09:45:07 +11:00
parent c62b913f9a
commit 55384de7da

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "1lslaxr2qcj6hf4naq5n5mparfhmswsgq4wa7zm2icqvvgdcq6pj";
};
env.NIX_CFLAGS_COMPILE = "-std=gnu90";
meta = with lib; {
description = "A Library to Access SMI MIB Information";
homepage = "https://www.ibr.cs.tu-bs.de/projects/libsmi/index.html";