diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-04-22 22:55:10 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-04-22 23:10:22 +0300 |
commit | eee4173ccc442a05c6c7a031e802deb862e5cf74 (patch) | |
tree | afeb2f857c75ff86184ba6f728238da892181b60 /gnu | |
parent | 60651dd9624e4ca648ef0f0d426628377533a637 (diff) |
gnu: guile-8sync: Add support for gnu updater.
* gnu/packages/guile-xyz.scm (guile-8sync)[properties]: New field. Add
upstream-name.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index cd56a580e0..6ec1c4c2fc 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -417,6 +417,7 @@ and then run @command{scm example.scm}.") library for GNU Guile based on the actor model. Note that 8sync is only available for Guile 2.2.") + (properties '((upstream-name . "8sync"))) (license license:lgpl3+))) (define-public guile-daemon |