[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: self: Fix guile-avahi lookup.
From: |
guix-commits |
Subject: |
branch master updated: self: Fix guile-avahi lookup. |
Date: |
Sun, 29 Nov 2020 10:44:01 -0500 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 44068c7 self: Fix guile-avahi lookup.
44068c7 is described below
commit 44068c7d3053fa4dc7a2bf7ab30ad65b44c6b02a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Nov 29 16:43:01 2020 +0100
self: Fix guile-avahi lookup.
This is a follow-up of 375cc7dea20da7117c9459e4a4d15144095e015b.
* guix/self.scm (specification->package): Search for "guile-avahi" in (gnu
package guile-xyz).
---
guix/self.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/self.scm b/guix/self.scm
index 257c8ee..b198eff 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -50,7 +50,7 @@
(module-ref (resolve-interface module) variable))))
(match-lambda
("guile" (ref '(gnu packages guile) 'guile-3.0/libgc-7))
- ("guile-avahi" (ref '(gnu packages guile) 'guile-avahi))
+ ("guile-avahi" (ref '(gnu packages guile-xyz) 'guile-avahi))
("guile-json" (ref '(gnu packages guile) 'guile-json-4))
("guile-ssh" (ref '(gnu packages ssh) 'guile-ssh))
("guile-git" (ref '(gnu packages guile) 'guile-git))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: self: Fix guile-avahi lookup.,
guix-commits <=