guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-xapian: Update to 0.2.0.


From: guix-commits
Subject: branch master updated: gnu: guile-xapian: Update to 0.2.0.
Date: Mon, 06 Jun 2022 15:57:53 -0400

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 e614cf2907 gnu: guile-xapian: Update to 0.2.0.
e614cf2907 is described below

commit e614cf2907105d1d41653c2316b96d29d807baa8
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Tue Jun 7 01:20:53 2022 +0530

    gnu: guile-xapian: Update to 0.2.0.
    
    * gnu/packages/guile-xyz.scm (guile-xapian): Update to 0.2.0.
    [source]: Remove modules and snippet setting LD_LIBRARY_PATH.
---
 gnu/packages/guile-xyz.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 3c02a85bc3..577f28cf2f 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4009,7 +4009,7 @@ over, or update a value in arbitrary data structures.")
 (define-public guile-xapian
   (package
     (name "guile-xapian")
-    (version "0.1.0")
+    (version "0.2.0")
     (home-page "https://git.systemreboot.net/guile-xapian";)
     (source
      (origin
@@ -4019,14 +4019,7 @@ over, or update a value in arbitrary data structures.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "16k61f1jn3g48jaf3730b9l0izr5j933jzyri73nmcnjd09gm35i"))
-       (modules '((guix build utils)))
-       (snippet
-        ;; Guile >= 3.0.7 no longer uses libltdl so we need to explicitly add
-        ;; ".libs" so that 'load-extension' finds the '.so' file.
-        '(substitute* "pre-inst-env.in"
-           (("^LD_LIBRARY_PATH=.*$")
-            "LD_LIBRARY_PATH=\"$abs_top_builddir/.libs\"\n")))))
+         "140cwzpzk4y16ajxrg5zd2d7q60f5ivx5jk8w1h0qfjq2mp14sh7"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings



reply via email to

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