gnu: guile-8sync: Add support for gnu updater.

* gnu/packages/guile-xyz.scm (guile-8sync)[properties]: New field. Add
upstream-name.
This commit is contained in:
Efraim Flashner 2020-04-22 22:55:10 +03:00
parent 60651dd962
commit eee4173ccc
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -417,6 +417,7 @@ (define-public guile-8sync
library for GNU Guile based on the actor model. library for GNU Guile based on the actor model.
Note that 8sync is only available for Guile 2.2.") Note that 8sync is only available for Guile 2.2.")
(properties '((upstream-name . "8sync")))
(license license:lgpl3+))) (license license:lgpl3+)))
(define-public guile-daemon (define-public guile-daemon