From: Maxime Devos <maximedevos@telenet.be>
To: jgart <jgart@dismail.de>, 57688@debbugs.gnu.org
Subject: [bug#57688] [PATCH v4] gnu: Add wiggle.
Date: Fri, 9 Sep 2022 14:35:17 +0200 [thread overview]
Message-ID: <847d87a5-b01e-07a2-1764-4d3f5ecb8b9e@telenet.be> (raw)
In-Reply-To: <20220909041458.3972-1-jgart@dismail.de>
[-- Attachment #1.1.1: Type: text/plain, Size: 1186 bytes --]
On 09-09-2022 06:14, jgart wrote:
> + (arguments
> + (list #:make-flags
> + #~(list "-I. -O3"
> + (string-append "CC=" #$(cc-for-target))
> + "INSTALL=\"install\""
> + "STRIP=-s"
> + (string-append "BINDIR=" #$output "/bin")
> + (string-append "MANDIR=" #$output "/share/man")
> + (string-append "CC=" #$(cc-for-target))
> + (string-append "PREFIX=" #$output))
> + #:phases
> + '(modify-phases %standard-phases
Nitpick: using G-exp for #:make-flags but not #:phases is inconsistent,
though that's something a committer could adjust without any trouble.
> + (delete 'configure)
> + (replace 'check
> + (lambda* (#:key inputs ouputs tests? #:allow-other-keys)
> + (when tests?
> + (invoke "./dotest")))))))
That's what I had in mind, thanks. For completeness, ideally someone
would check the sources for malware, but otherwise LGTM.
Greetings,
Maxime.
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 929 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]
next prev parent reply other threads:[~2022-09-09 12:36 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-08 23:15 [bug#57688] [PATCH] gnu: Add wiggle jgart via Guix-patches via
2022-09-08 23:24 ` [bug#57688] [PATCH v2] " jgart via Guix-patches via
2022-09-08 23:51 ` [bug#57688] [PATCH] " Maxime Devos
2022-09-09 1:27 ` [bug#57688] [PATCH v3] " jgart via Guix-patches via
2022-09-09 4:14 ` [bug#57688] [PATCH v4] " jgart via Guix-patches via
2022-09-09 12:35 ` Maxime Devos [this message]
2022-09-09 14:06 ` [bug#57688] [PATCH v5] " jgart via Guix-patches via
2022-09-09 23:03 ` ( via Guix-patches via
2022-09-10 1:15 ` jgart via Guix-patches via
2022-09-10 1:17 ` [bug#57688] [PATCH v6] " jgart via Guix-patches via
2022-09-10 7:39 ` ( via Guix-patches via
2022-09-10 14:40 ` jgart via Guix-patches via
2022-09-10 15:43 ` [bug#57688] [PATCH v7] " jgart via Guix-patches via
2022-09-10 16:49 ` ( via Guix-patches via
2022-09-10 17:33 ` jgart via Guix-patches via
2022-09-10 17:39 ` ( via Guix-patches via
2022-09-11 10:46 ` bug#57688: " Liliana Marie Prikler
2022-09-11 11:23 ` [bug#57688] " jgart via Guix-patches via
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=847d87a5-b01e-07a2-1764-4d3f5ecb8b9e@telenet.be \
--to=maximedevos@telenet.be \
--cc=57688@debbugs.gnu.org \
--cc=jgart@dismail.de \
/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.