Merge pull request #259274 from viraptor/libsmi-new-clang

libsmi: fix missing declaration for new clang
This commit is contained in:
Stanisław Pitucha 2023-10-06 17:38:37 +11:00 committed by GitHub
commit 5c7a0f21f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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