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:
Julien Lepiller 2021-10-08 03:42:40 +02:00
parent a0804f4445
commit b1baba38c0
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 1 additions and 0 deletions

View File

@ -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