From: Jean-Pierre De Jesus DIAZ <jean@foundation.xyz>
To: 73298@debbugs.gnu.org
Cc: Jean-Pierre De Jesus DIAZ <jean@foundation.xyz>,
Julien Lepiller <julien@lepiller.eu>,
pukkamustard <pukkamustard@posteo.net>
Subject: [bug#73298] [PATCH 2/2] gnu: coq-mathcomp-bigenough: Use native-inputs.
Date: Mon, 16 Sep 2024 17:29:10 +0200 [thread overview]
Message-ID: <3c51f9cc018a15ad07c37443773482bc96b24674.1726500406.git.jean@foundation.xyz> (raw)
In-Reply-To: <cover.1726500406.git.jean@foundation.xyz>
* gnu/packages/coq.scm (coq-mathcomp-bigenough) [propagated-inputs]:
Move coq and which from here...
[native-inputs]: ... to here.
Change-Id: I1a57175b69f6b4a5eba308bf60c9e74437563f58
---
gnu/packages/coq.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 166657fdd1..ea0868f226 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -763,7 +763,8 @@ (define-public coq-mathcomp-bigenough
#:phases
#~(modify-phases %standard-phases
(delete 'configure))))
- (propagated-inputs (list coq coq-mathcomp which))
+ (native-inputs (list coq which))
+ (propagated-inputs (list coq-mathcomp))
(home-page "https://math-comp.github.io/")
(synopsis "Small library to do epsilon - N reasoning")
(description
--
2.46.0
prev parent reply other threads:[~2024-09-16 15:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-16 15:28 [bug#73298] [PATCH 0/2] gnu: coq-mathcomp-bigenough: Use native-inputs Jean-Pierre De Jesus DIAZ
2024-09-16 15:29 ` [bug#73298] [PATCH 1/2] gnu: coq-mathcomp-bigenough: Use new style Jean-Pierre De Jesus DIAZ
2024-09-16 15:29 ` Jean-Pierre De Jesus DIAZ [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=3c51f9cc018a15ad07c37443773482bc96b24674.1726500406.git.jean@foundation.xyz \
--to=jean@foundation.xyz \
--cc=73298@debbugs.gnu.org \
--cc=julien@lepiller.eu \
--cc=pukkamustard@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 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).