gnu: coq: Add upstream-name.
This prevents an error on inherited packages when running the updater. * gnu/packages/coq.scm (coq)[properties]: Add upstream-name.
This commit is contained in:
parent
a0804f4445
commit
b1baba38c0
@ -79,6 +79,7 @@
|
||||
(arguments
|
||||
`(#:package "coq"
|
||||
#:test-target "test-suite"))
|
||||
(properties '((upstream-name . "coq"))) ; for inherited packages
|
||||
(home-page "https://coq.inria.fr")
|
||||
(synopsis "Proof assistant for higher-order logic")
|
||||
(description
|
||||
|
Loading…
Reference in New Issue
Block a user