guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile2.2-xapian: Replace guile-lib with guil


From: guix-commits
Subject: branch master updated: gnu: guile2.2-xapian: Replace guile-lib with guile2.2-lib.
Date: Sat, 21 Jan 2023 06:38:01 -0500

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 900d33527c gnu: guile2.2-xapian: Replace guile-lib with guile2.2-lib.
900d33527c is described below

commit 900d33527c9286a811f064d4bb8f4a9b18d1db0b
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Sat Jan 21 11:06:20 2023 +0000

    gnu: guile2.2-xapian: Replace guile-lib with guile2.2-lib.
    
    * gnu/packages/guile-xyz.scm (guile2.2-xapian)[propagated-inputs]: Replace
    guile-lib with guile2.2-lib.
---
 gnu/packages/guile-xyz.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 648b66f423..0befff1576 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4400,7 +4400,10 @@ models and also supports a rich set of boolean query 
operators.")
     (name "guile2.2-xapian")
     (inputs
      (modify-inputs (package-inputs guile-xapian)
-       (replace "guile" guile-2.2)))))
+       (replace "guile" guile-2.2)))
+    (propagated-inputs
+     (modify-inputs (package-propagated-inputs guile-xapian)
+       (replace "guile-lib" guile2.2-lib)))))
 
 (define-public guile-torrent
   (package



reply via email to

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