guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/1] gnu: Add sysstat.


From: Leo Famulari
Subject: Re: [PATCH 1/1] gnu: Add sysstat.
Date: Tue, 10 Jan 2017 13:39:12 -0500
User-agent: Mutt/1.7.2 (2016-11-26)

On Tue, Jan 10, 2017 at 01:33:21PM +0200, Efraim Flashner wrote:
> On Sat, Jan 07, 2017 at 02:01:21PM -0500, Leo Famulari wrote:
> > * gnu/packages/linux.scm (sysstat): New variable.
> > +         (add-after 'build 'skip-touching-var
> > +           (lambda _
> > +             (substitute* "Makefile"
> > +               (("mkdir -p \\$\\(DESTDIR\\)\\$\\(SA_DIR\\)")
> > +                ""))
> 
> I would add this to the previous line

It could go there, but I prefer to keep it on its own line for clarify.
The string that is being matches is hard to read. Putting the empty
replacement on its own line clearly says "delete that string".

> > +    (description "The sysstat utilities are a collection of performance
> > +monitoring tools for Linux.  These include mpstat, iostat, tapestat, 
> > cifsiostat,
> > +pidstat, sar, sadc, sadf and sa.")
> 
> should these be @code{mpstat} ...

Done, and pushed! Thanks!

> I have lumina packaged locally, it wants iostat from sysstat for some of
> its functionality.

Awesome, let's get it in GNU Guix :)

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]