summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-05-22 20:15:55 +0200
committerLudovic Courtès <ludo@gnu.org>2022-05-22 21:56:39 +0200
commit81fed81aeb40a728d4ef278244648f6d9f832831 (patch)
tree9cc12843471297ba93289179094e87be2a6217a4
parentgnu: guile-fibers@1.1: Update to c25dcb9. (diff)
downloadguix-81fed81aeb40a728d4ef278244648f6d9f832831.tar.gz
guix-81fed81aeb40a728d4ef278244648f6d9f832831.tar.bz2
guix-81fed81aeb40a728d4ef278244648f6d9f832831.tar.xz
gnu: guile-fibers: Add 'upstream-name' property.
* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[properties]: New field.
-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 6e0ba891bf..15d4b099f5 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -684,6 +684,7 @@ communication between fibers.
684Note that Fibers makes use of some Guile 2.1/2.2-specific features and 684Note that Fibers makes use of some Guile 2.1/2.2-specific features and
685is not available for Guile 2.0.") 685is not available for Guile 2.0.")
686 (home-page "https://github.com/wingo/fibers") 686 (home-page "https://github.com/wingo/fibers")
687 (properties '((upstream-name . "fibers")))
687 (license license:lgpl3+)))) 688 (license license:lgpl3+))))
688 689
689(define-public guile-fibers 690(define-public guile-fibers