10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
17 rev = "upstream/${version}";
18 hash = "sha256-w77SIXFctMwwNw9cQm0HQaEaMs/5NXQjn1LpvkpCCB8=";
21 nativeBuildInputs = [ pkg-config meson ninja ];
22 buildInputs = [ ncurses ];
25 description = "Generic network load monitor";
26 homepage = "https://github.com/mattthias/slurm";
27 license = licenses.gpl2Plus;
28 platforms = [ "x86_64-linux" ];
29 maintainers = with maintainers; [ mikaelfangel ];
30 mainProgram = "slurm";