mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
5e12096e90
commit
e37ee527a0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue