1 { lib, stdenv , fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "https://www.ibr.cs.tu-bs.de/projects/libsmi/download/${pname}-${version}.tar.gz";
9 sha256 = "1lslaxr2qcj6hf4naq5n5mparfhmswsgq4wa7zm2icqvvgdcq6pj";
12 env.NIX_CFLAGS_COMPILE = "-std=gnu90";
15 description = "A Library to Access SMI MIB Information";
16 homepage = "https://www.ibr.cs.tu-bs.de/projects/libsmi/index.html";
17 license = licenses.free;
18 platforms = lib.platforms.linux ++ lib.platforms.darwin;