mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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:
parent
60651dd962
commit
eee4173ccc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue