From: Leo Famulari <leo@famulari.name>
To: Alex Kost <alezost@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 1/1] gnu: borg: Install more documentation.
Date: Wed, 19 Oct 2016 16:01:45 -0400 [thread overview]
Message-ID: <20161019200145.GB7837@jasmine> (raw)
In-Reply-To: <87oa2hy56u.fsf@gmail.com>
On Tue, Oct 18, 2016 at 07:47:53PM +0300, Alex Kost wrote:
> Leo Famulari (2016-10-17 23:03 -0400) wrote:
>
> > * gnu/packages/backup.scm (borg)[arguments]: Install more documentation
> > in 'install-doc' phase.
> > ---
> > gnu/packages/backup.scm | 9 ++++++++-
> > 1 file changed, 8 insertions(+), 1 deletion(-)
> >
> > diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
> > index eb5e98d..b75e99b 100644
> > --- a/gnu/packages/backup.scm
> > +++ b/gnu/packages/backup.scm
> > @@ -439,8 +439,15 @@ detection, and lossless compression.")
> > (add-after 'install 'install-doc
> > (lambda* (#:key outputs #:allow-other-keys)
> > (let* ((out (assoc-ref outputs "out"))
> > - (man (string-append out "/share/man/man1")))
> > + (man (string-append out "/share/man/man1"))
> > + (misc (string-append out "/share/borg/misc")))
> > (and
> > + (for-each (lambda (file)
>
> Note that the return value of 'for-each' is not specified, so it should
> not be used inside 'and'. I would just put it before (and (zero? …) …).
Thanks, I've taken that into account.
prev parent reply other threads:[~2016-10-19 20:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-18 3:03 [PATCH 0/1] Borg: Install more docs Leo Famulari
2016-10-18 3:03 ` [PATCH 1/1] gnu: borg: Install more documentation Leo Famulari
2016-10-18 7:19 ` Ricardo Wurmus
2016-10-19 20:01 ` Leo Famulari
2016-10-18 16:47 ` Alex Kost
2016-10-19 20:01 ` Leo Famulari [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161019200145.GB7837@jasmine \
--to=leo@famulari.name \
--cc=alezost@gmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).