[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: coq-mathcomp-bigenough: Use native-inputs.
From: |
guix-commits |
Subject: |
10/10: gnu: coq-mathcomp-bigenough: Use native-inputs. |
Date: |
Sun, 17 Nov 2024 18:22:14 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit e37ee527a01ceb1ad8b92e6d91f4550016207da9
Author: Jean-Pierre De Jesus DIAZ <jean@foundation.xyz>
AuthorDate: Mon Sep 16 17:29:10 2024 +0200
gnu: coq-mathcomp-bigenough: Use native-inputs.
* gnu/packages/coq.scm (coq-mathcomp-bigenough) [propagated-inputs]:
Move coq and which from here...
[native-inputs]: ... to here.
Change-Id: I1a57175b69f6b4a5eba308bf60c9e74437563f58
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 @@ subsume notations for finite sets.")
#: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
- branch master updated (916c08c465 -> e37ee527a0), guix-commits, 2024/11/17
- 03/10: gnu: Add guile-taglib., guix-commits, 2024/11/17
- 04/10: gnu: openssh: Update to 9.9p1., guix-commits, 2024/11/17
- 06/10: gnu: impressive: Update to 13.2 and fix build, guix-commits, 2024/11/17
- 07/10: gnu: bloomberg-bde-tools: Update to 4.13.0.0., guix-commits, 2024/11/17
- 08/10: gnu: bloomberg-bde: Update to 4.14.0.0., guix-commits, 2024/11/17
- 01/10: gnu: hunspell-dictionary: Update to 24.8.2.1., guix-commits, 2024/11/17
- 02/10: daemon: Improve error message in ‘checkStoreName’., guix-commits, 2024/11/17
- 09/10: gnu: coq-mathcomp-bigenough: Use new style., guix-commits, 2024/11/17
- 10/10: gnu: coq-mathcomp-bigenough: Use native-inputs.,
guix-commits <=
- 05/10: gnu: pypandoc: Update to 1.14, guix-commits, 2024/11/17