me
/
guix
Archived
1
0
Fork 0

gnu: guile-fibers: Add 'upstream-name' property.

* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[properties]: New field.
master
Ludovic Courtès 2022-05-22 20:15:55 +02:00
parent b25b029a3c
commit 81fed81aeb
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -684,6 +684,7 @@ communication between fibers.
Note that Fibers makes use of some Guile 2.1/2.2-specific features and Note that Fibers makes use of some Guile 2.1/2.2-specific features and
is not available for Guile 2.0.") is not available for Guile 2.0.")
(home-page "https://github.com/wingo/fibers") (home-page "https://github.com/wingo/fibers")
(properties '((upstream-name . "fibers")))
(license license:lgpl3+)))) (license license:lgpl3+))))
(define-public guile-fibers (define-public guile-fibers