diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2022-06-07 01:20:53 +0530 |
|---|---|---|
| committer | Arun Isaac <arunisaac@systemreboot.net> | 2022-06-07 01:20:53 +0530 |
| commit | e614cf2907105d1d41653c2316b96d29d807baa8 (patch) | |
| tree | 35b35e65b935c0eb5b8607d4af1730de28e4dc9e /gnu | |
| parent | b995c1bd10e445cfdabadb1a5e30935729ce094c (diff) | |
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.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/guile-xyz.scm | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 3c02a85bc39..577f28cf2fe 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.") | |||
| 4009 | (define-public guile-xapian | 4009 | (define-public guile-xapian |
| 4010 | (package | 4010 | (package |
| 4011 | (name "guile-xapian") | 4011 | (name "guile-xapian") |
| 4012 | (version "0.1.0") | 4012 | (version "0.2.0") |
| 4013 | (home-page "https://git.systemreboot.net/guile-xapian") | 4013 | (home-page "https://git.systemreboot.net/guile-xapian") |
| 4014 | (source | 4014 | (source |
| 4015 | (origin | 4015 | (origin |
| @@ -4019,14 +4019,7 @@ over, or update a value in arbitrary data structures.") | |||
| 4019 | (file-name (git-file-name name version)) | 4019 | (file-name (git-file-name name version)) |
| 4020 | (sha256 | 4020 | (sha256 |
| 4021 | (base32 | 4021 | (base32 |
| 4022 | "16k61f1jn3g48jaf3730b9l0izr5j933jzyri73nmcnjd09gm35i")) | 4022 | "140cwzpzk4y16ajxrg5zd2d7q60f5ivx5jk8w1h0qfjq2mp14sh7")))) |
| 4023 | (modules '((guix build utils))) | ||
| 4024 | (snippet | ||
| 4025 | ;; Guile >= 3.0.7 no longer uses libltdl so we need to explicitly add | ||
| 4026 | ;; ".libs" so that 'load-extension' finds the '.so' file. | ||
| 4027 | '(substitute* "pre-inst-env.in" | ||
| 4028 | (("^LD_LIBRARY_PATH=.*$") | ||
| 4029 | "LD_LIBRARY_PATH=\"$abs_top_builddir/.libs\"\n"))))) | ||
| 4030 | (build-system gnu-build-system) | 4023 | (build-system gnu-build-system) |
| 4031 | (arguments | 4024 | (arguments |
| 4032 | '(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings | 4025 | '(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings |
