mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 17:23:38 -05:00
gnu: recoll: Update to 1.34.0.
* gnu/packages/search.scm (recoll): Update to 1.34.0. [arguments]: Add --enable-recollq configure flag. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
81519a3ccf
commit
69e9349adc
1 changed files with 3 additions and 2 deletions
|
@ -421,14 +421,14 @@ (define-public fsearch
|
||||||
(define-public recoll
|
(define-public recoll
|
||||||
(package
|
(package
|
||||||
(name "recoll")
|
(name "recoll")
|
||||||
(version "1.32.7")
|
(version "1.34.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.lesbonscomptes.com/recoll/"
|
(uri (string-append "https://www.lesbonscomptes.com/recoll/"
|
||||||
"recoll-" version ".tar.gz"))
|
"recoll-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fkx6dk8s808ay4hf7ycfcs38kywmavsjqm02pwrnl8bpgsac26a"))))
|
(base32 "0s26b737brxp5hpqcwfxg19z40w6acnnr63ghrnzzjwxqz1ambkv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -436,6 +436,7 @@ (define-public recoll
|
||||||
"--disable-python-module"
|
"--disable-python-module"
|
||||||
"--without-systemd"
|
"--without-systemd"
|
||||||
"--with-inotify"
|
"--with-inotify"
|
||||||
|
"--enable-recollq"
|
||||||
(string-append "QMAKEPATH=" (assoc-ref %build-inputs "qtbase")
|
(string-append "QMAKEPATH=" (assoc-ref %build-inputs "qtbase")
|
||||||
"/bin/qmake"))
|
"/bin/qmake"))
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Reference in a new issue