all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: Fredrik Salomonsson <plattfot@posteo.net>, 55421@debbugs.gnu.org
Subject: [bug#55421] [PATCH 1/1] gnu: Add emacs-bfuture.
Date: Sun, 15 May 2022 10:41:52 +0200	[thread overview]
Message-ID: <b3a4b715e3120e40f842b4e94641ecc0eabf5238.camel@telenet.be> (raw)
In-Reply-To: <20220514235429.34539-1-plattfot@posteo.net>

[-- Attachment #1: Type: text/plain, Size: 727 bytes --]

Fredrik Salomonsson schreef op za 14-05-2022 om 23:54 [+0000]:
> +   (arguments
> +    `(#:tests? #t
> +      #:test-command '("ert-runner")))

Tests cannot be run when cross-compiling(*), try

  (arguments
    (list #:tests? (not (%current-target-system))
          #:test-command #~'("ert-runner")))

instead.

(*) unfortunately emacs-build-system does not support cross-compilation
yet, so this cannot yet be tested for emacs packages.

> +   (propagated-inputs `())
> +   (native-inputs (list emacs-ert-runner))
> +   (inputs `())

If there are no inputs or native-inputs, these fields can be ommitted.

(Only a partial review, I did not look at anything else)

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

  reply	other threads:[~2022-05-15  8:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-14 23:52 [bug#55421] [PATCH 0/1] Add emacs-bfuture Fredrik Salomonsson
2022-05-14 23:54 ` [bug#55421] [PATCH 1/1] gnu: " Fredrik Salomonsson
2022-05-15  8:41   ` Maxime Devos [this message]
2022-05-15 19:05     ` Fredrik Salomonsson
2022-05-15 19:38       ` Maxime Devos
2022-05-15 19:43       ` Fredrik Salomonsson
2022-05-15 19:41 ` [bug#55421] [PATCH v1] " Fredrik Salomonsson
2022-06-01 20:43   ` bug#55421: [PATCH 0/1] " Ludovic Courtès

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=b3a4b715e3120e40f842b4e94641ecc0eabf5238.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=55421@debbugs.gnu.org \
    --cc=plattfot@posteo.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.