mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
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.
This commit is contained in:
parent
b995c1bd10
commit
e614cf2907
1 changed files with 2 additions and 9 deletions
|
@ -4009,7 +4009,7 @@ (define-public guile2.2-lens
|
||||||
(define-public guile-xapian
|
(define-public guile-xapian
|
||||||
(package
|
(package
|
||||||
(name "guile-xapian")
|
(name "guile-xapian")
|
||||||
(version "0.1.0")
|
(version "0.2.0")
|
||||||
(home-page "https://git.systemreboot.net/guile-xapian")
|
(home-page "https://git.systemreboot.net/guile-xapian")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -4019,14 +4019,7 @@ (define-public guile-xapian
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16k61f1jn3g48jaf3730b9l0izr5j933jzyri73nmcnjd09gm35i"))
|
"140cwzpzk4y16ajxrg5zd2d7q60f5ivx5jk8w1h0qfjq2mp14sh7"))))
|
||||||
(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")))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings
|
'(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings
|
||||||
|
|
Loading…
Reference in a new issue