summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-04-22 22:55:10 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-04-22 23:10:22 +0300
commiteee4173ccc442a05c6c7a031e802deb862e5cf74 (patch)
treeafeb2f857c75ff86184ba6f728238da892181b60
parent60651dd9624e4ca648ef0f0d426628377533a637 (diff)
downloadpatches-eee4173ccc442a05c6c7a031e802deb862e5cf74.tar
patches-eee4173ccc442a05c6c7a031e802deb862e5cf74.tar.gz
gnu: guile-8sync: Add support for gnu updater.
* gnu/packages/guile-xyz.scm (guile-8sync)[properties]: New field. Add upstream-name.
-rw-r--r--gnu/packages/guile-xyz.scm1
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