diff mbox series

[bug#73298,2/2] gnu: coq-mathcomp-bigenough: Use native-inputs.

Message ID 3c51f9cc018a15ad07c37443773482bc96b24674.1726500406.git.jean@foundation.xyz
State New
Headers show
Series gnu: coq-mathcomp-bigenough: Use native-inputs. | expand

Commit Message

Jean-Pierre De Jesus Diaz Sept. 16, 2024, 3:29 p.m. UTC
* 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 mbox series

Patch

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