Unverified Commit 5c7a0f21 authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

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

libsmi: fix missing declaration for new clang
parents f4355671 55384de7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";