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
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@
|
||||||
(arguments
|
(arguments
|
||||||
`(#:package "coq"
|
`(#:package "coq"
|
||||||
#:test-target "test-suite"))
|
#:test-target "test-suite"))
|
||||||
|
(properties '((upstream-name . "coq"))) ; for inherited packages
|
||||||
(home-page "https://coq.inria.fr")
|
(home-page "https://coq.inria.fr")
|
||||||
(synopsis "Proof assistant for higher-order logic")
|
(synopsis "Proof assistant for higher-order logic")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue