> + (arguments > + `(#:make-flags `("CC=gcc" > + ,(string-append "PREFIX=" %output)) > + #:phases > + (modify-phases %standard-phases > + (delete 'configure)))) I haven't moved the binary to /bin yet. If we can come to some consensus on that, I'll make that change as well. > + (synopsis "Per-process bandwidth monitor") > + (description "NetHogs is a small 'net top' tool for Linux. > +Instead of breaking the traffic down per protocol or per subnet, like > +most tools do, it groups bandwidth by process. I've updated the synopsis and description as discussed earlier.