1 { lib, stdenv, fetchurl, perl, gd, rrdtool }:
3 stdenv.mkDerivation rec {
8 url = "https://oss.oetiker.ch/mrtg/pub/${pname}-${version}.tar.gz";
9 sha256 = "sha256-x/EcteIXpQDYfuO10mxYqGUu28DTKRaIu3krAQ+uQ6w=";
19 description = "The Multi Router Traffic Grapher";
20 homepage = "https://oss.oetiker.ch/mrtg/";
21 license = licenses.gpl2Only;
22 maintainers = with maintainers; [ robberer ];
23 platforms = platforms.unix;