diff options
| author | Marius Bakke <marius.andre.bakke@gmail.com> | 2026-07-20 20:19:55 +0200 |
|---|---|---|
| committer | Noé Lopez <noelopez@free.fr> | 2026-08-19 19:24:50 +0200 |
| commit | 8d0732a747b3432a82c76fa47ad7ceb5453b1435 (patch) | |
| tree | bfb8ecb9fa195b409d9118a4ec51cd7ce12217d7 /gnu | |
| parent | 14b2ad92c20f4b705dfad1cd629ec0b58e1caa23 (diff) | |
gnu: xapian: Add release-monitoring-url.
* gnu/packages/search.scm (xapian)[properties]: New field.
Change-Id: Ib100060a50ac2f4cc18bf974edfab913d8879671
Signed-off-by: Noé Lopez <noelopez@free.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/search.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index aef6c94c669..5a6f81da69c 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm | |||
| @@ -127,6 +127,9 @@ add advanced indexing and search facilities to their own applications. It | |||
| 127 | supports the Probabilistic Information Retrieval model and also supports a | 127 | supports the Probabilistic Information Retrieval model and also supports a |
| 128 | rich set of boolean query operators.") | 128 | rich set of boolean query operators.") |
| 129 | (home-page "https://xapian.org/") | 129 | (home-page "https://xapian.org/") |
| 130 | (properties | ||
| 131 | '((release-monitoring-url . "https://xapian.org/download.html") | ||
| 132 | (release-file-regexp . "xapian-core-([0-9\\.]+).tar.xz"))) | ||
| 130 | (license (list license:gpl2+ license:bsd-3 license:x11)))) | 133 | (license (list license:gpl2+ license:bsd-3 license:x11)))) |
| 131 | 134 | ||
| 132 | (define-public xapian-1.4 | 135 | (define-public xapian-1.4 |
