From: Leo Famulari <leo@famulari.name>
To: John J Foerch <jjfoerch@earthlink.net>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add di.
Date: Mon, 4 Jul 2016 15:07:33 -0400 [thread overview]
Message-ID: <20160704190733.GC8480@jasmine> (raw)
In-Reply-To: <87k2h18m91.fsf@hecubus.retroj.net>
On Mon, Jul 04, 2016 at 11:18:50AM -0400, John J Foerch wrote:
> * gnu/packages/admin.scm (di): New variable.
A few final nitpicks before others make a decision about the test suite
;)
> + (arguments
> + `(#:phases
> + (modify-phases %standard-phases
> + (delete 'configure)
> + (delete 'check)
We prefer to use #:tests? #f instead of deleting the check phase.
> + (add-before 'build 'setup-environment
> + (lambda* (#:key outputs #:allow-other-keys)
> + (setenv "CC" "gcc")
> + (setenv "prefix" (assoc-ref outputs "out"))
> + #t)))
> + #:make-flags (list "-e")))
I would like for '-e' to be expanded to '--environment-overrides'. It
seems that Schemers abhor abbreviations.
Sorry for not mentioning these before. I can do them myself when pushing
if there are no other changes to be made.
next prev parent reply other threads:[~2016-07-04 19:07 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-02 19:13 [PATCH] gnu: Add di John J Foerch
2016-07-03 21:02 ` Leo Famulari
2016-07-03 22:03 ` John J Foerch
2016-07-04 3:47 ` John J Foerch
2016-07-04 6:43 ` Alex Kost
2016-07-04 15:18 ` John J Foerch
2016-07-04 19:07 ` Leo Famulari [this message]
2016-07-05 1:53 ` John J Foerch
2016-07-07 16:30 ` John J Foerch
2016-07-07 17:37 ` Leo Famulari
2016-07-08 7:27 ` Alex Kost
2016-07-08 0:40 ` Leo Famulari
2016-07-08 14:06 ` John J Foerch
2016-07-04 19:04 ` Leo Famulari
2016-07-05 1:56 ` John J Foerch
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160704190733.GC8480@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
--cc=jjfoerch@earthlink.net \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.