From: Leo Famulari <leo@famulari.name>
To: "Tomáš Čech" <sleep_walker@gnu.org>
Cc: guix-devel@gnu.org, 24145@debbugs.gnu.org
Subject: bug#24145: [PATCH] gnu: asciidoc: Use local docbook-xsl package.
Date: Wed, 10 Aug 2016 14:48:46 -0400 [thread overview]
Message-ID: <20160810184846.GD12220@jasmine> (raw)
In-Reply-To: <20160803210752.16650-1-sleep_walker@gnu.org>
On Wed, Aug 03, 2016 at 11:07:52PM +0200, Tomáš Čech wrote:
> * gnu/packages/documentation.scm(asciidoc): New input docbook-xsl,
> replace use of online source and prefer docbook-xsl package.
Not having any practical experience with docbook-xsl, I think this
change looks fine, in general.
I think the commit message should be like this:
* gnu/packages/documentation.scm (asciidoc)[inputs]: Add docbook-xsl.
[arguments]: Add 'make-local-docbook-xsl' phase.
That is closer to the GNU Changelog format that we prefer to use.
> + (add-before
> + 'install 'make-local-docbook-xsl
I think these two lines can collapsed into a single line.
> + (lambda* (#:key inputs #:allow-other-keys)
> + (substitute* (find-files "docbook-xsl" ".*\\.xsl$")
> + (("xsl:import href=\"http://docbook.sourceforge.net/release/xsl/current")
> + (string-append
> + "xsl:import href=\""
> + (string-append (assoc-ref inputs "docbook-xsl")
> + "/xml/xsl/docbook-xsl-"
> + ,(package-version docbook-xsl))))))))))
My limited sense of Scheme style tells me to shift the previous 4 lines
to the right by 1 character.
The function should return #t, since (substitute*) has no defined return
value.
next prev parent reply other threads:[~2016-08-10 18:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-03 17:14 bug#24145: asciidoc depends on Internet connection instead of docbook-xsl package Tomáš Čech
2016-08-03 21:07 ` bug#24145: [PATCH] gnu: asciidoc: Use local " Tomáš Čech
2016-08-10 18:48 ` Leo Famulari [this message]
2016-08-29 15:41 ` Ludovic Courtès
[not found] <20160814171749.5qumfswbr54c63vr@venom>
[not found] ` <20160819190843.12364-1-sleep_walker@gnu.org>
[not found] ` <20160821214412.GA29775@jasmine>
2016-08-22 6:04 ` Tomáš Čech
[not found] ` <20160822060440.f4opialymti3dyln@venom>
2016-08-22 6:44 ` Leo Famulari
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=20160810184846.GD12220@jasmine \
--to=leo@famulari.name \
--cc=24145@debbugs.gnu.org \
--cc=guix-devel@gnu.org \
--cc=sleep_walker@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).