guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: guile-fibers: Add 'upstream-name' property.


From: guix-commits
Subject: 02/07: gnu: guile-fibers: Add 'upstream-name' property.
Date: Sun, 22 May 2022 15:59:05 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 81fed81aeb40a728d4ef278244648f6d9f832831
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun May 22 20:15:55 2022 +0200

    gnu: guile-fibers: Add 'upstream-name' property.
    
    * gnu/packages/guile-xyz.scm (guile-fibers-1.1)[properties]: New field.
---
 gnu/packages/guile-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

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.
 Note that Fibers makes use of some Guile 2.1/2.2-specific features and
 is not available for Guile 2.0.")
      (home-page "https://github.com/wingo/fibers";)
+     (properties '((upstream-name . "fibers")))
      (license license:lgpl3+))))
 
 (define-public guile-fibers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]