mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: guile-fibers: Add 'upstream-name' property.
* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[properties]: New field.
This commit is contained in:
parent
b25b029a3c
commit
81fed81aeb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue