summaryrefslogtreecommitdiff
path: root/gnu/packages/search.scm
AgeCommit message (Collapse)Author
2026-03-20gnu: Reference the inherited inputs values.Ludovic Courtès
This commit was made by running this command: sed -e's/modify-inputs (package-\([a-z-]*\)inputs [a-zA-Z0-9-]\+)/modify-inputs \1inputs/g' -i gnu/packages/*.scm … and then reverting individual hunks where the change would trigger unbound variable warnings or other issues (such as ‘native-inputs’ is bound in the body of the ‘inputs’ field, but it refers to the ‘native-inputs’ thunk defined just above). Change-Id: I6d94819f2809313fa1fbefc61897502ee7d66fab
2026-03-20gnu: Reference the inherited ‘arguments’ value.Ludovic Courtès
This commit was made by running this command: sed -e's/substitute-keyword-arguments (package-arguments [a-zA-Z0-9-]\+)/substitute-keyword-arguments arguments/g' -i gnu/packages/*.scm … and then: 1. reverting changes from ‘gnu/packages/rust.scm’ and ‘gnu/packages/java.scm’ since they would incur derivation changes and/or breakage; 2. reverting the change for ‘gcc-final’ in ‘gnu/packages/commencement.scm’; 3. reverting the change for ‘onnx-optimizer’, ‘openquest’, and ‘certbot’, which use ‘substitute-keyword-arguments’ for arguments that are not inherited (and thus ‘arguments’ would be unbound); 4. reverting the change for ‘insight-toolkit-legacy’ and ‘wine64-staging’ which make bogus assumptions about inherited arguments. Change-Id: I122a7cf517b6b63cae38944b5d33ade4b1f5a89c
2026-02-11gnu: swish-e: Update to use deb.debian.org.Vagrant Cascadian
* gnu/packages/search.scm (swish-e)[source]: Update uri.
2026-01-25gnu: Remove dataparksearch.Andreas Enge
* gnu/packages/search.scm (dataparksearch): Delete variable. Fixes: guix/guix#3431 Change-Id: If6651e4bd2d2307937243b5cc4eabf91f56a42f8 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2025-11-22gnu: Add recoll-cli.Nicolas Graves
* gnu/packages/search.scm (recoll-cli): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-09-28gnu: xapers: Switch to pyproject.Nicolas Graves
* gnu/packages/search.scm (xapers): [build-system]: Switch to pyproject-build-system. [arguments]: Relocate field. <#:tests?>: Disable them, as a lot of them are failing. <#:phases>: Replace 'check phase. Refrash phase 'install-doc. [native-inputs]: Add python-setuptools. [description]: Improve style. Change-Id: I135aa42aca9f4c784798c38cf0a2f77b605ed338 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-06gnu: recoll: Update to 1.43.2.Nicolas Graves
* gnu/packages/search.scm (recoll): Update to 1.43.2. [build-system]: Switch to meson-build-system. [arguments]{configured-flags}: Switch to meson-build-system. {phases}: Replace phase 'set-LDFLAGS by 'patchelf (LDFLAGS doesn't seem to have any influence in this setup, only patchelf seems to fix the rpath) ; refresh phase 'wrap-filters in a more modern and readable style. {imported-modules, modules}: Add required ones. [native-inputs]: Add patchelf, remove which.
2025-06-23gnu: ugrep: Update to 7.5.0.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 7.5.0. Change-Id: Id541539e0ebd1885c04ccaa4daa16af6c1e12d51 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-06-02gnu: ugrep: Update to 7.4.3.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 7.4.3. Change-Id: Ib0ce6600f9485d7eebf9aa30613801324c8a68e7 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-05-26gnu: xapian: Update to 1.4.29.Sharlatan Hellseher
As omega and python-xapian-bindings inherit the same version as xapian, update them in a single commit. * gnu/packages/search.scm (xapian): Update to 1.4.29. (python-xapian-bindings): Update to 1.4.29. (omega): Update to 1.4.29. [inputs]: Remove pcre:bin; add file, pcre2, perl, xapian, and zlib. [native-inputs]: Add pkg-config. Change-Id: I9a6103135b7b9a116370b211b3ca4eb15a9bff4f Signed-off-by: Christopher Baines <mail@cbaines.net>
2025-05-26gnu: python-xapian-bindings: Fix build.Nicolas Graves
* gnu/packages/search.scm (python-xapian-bindings)[arguments]: Improve style (move to gexps). [arguments]<make-flags>: Set PYTHON3_SO flag. Change-Id: I09519e68ef99e2afe7dba278b9302562998ad2a3 Signed-off-by: Christopher Baines <mail@cbaines.net>
2025-04-29gnu: ugrep: Update to 7.4.2.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 7.4.2. Change-Id: I03d2a6e3092324e58e76f1fb3cf47bd8ec45e6e8 Signed-off-by: Zheng Junjie <z572@z572.online>
2025-04-26gnu: ugrep: Update to 7.4.1.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 7.4.1. Change-Id: I0def615e61144177670e510fcff5007da8cca26b Signed-off-by: Zheng Junjie <z572@z572.online>
2025-03-05gnu: ugrep: Update to 7.3.0.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 7.3.0. Change-Id: I03fc0d493e7d8eed84f4a83238d3aa65c2fb8e08 Signed-off-by: Zheng Junjie <z572@z572.online>
2025-02-07gnu: ugrep: Update to 7.2.2.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 7.2.2. Change-Id: Ia03935650dd9eb0b3ff5d85e187b961e5b7e162c Signed-off-by: Zheng Junjie <z572@z572.online>
2025-01-30gnu: ugrep: Update to 7.2.1.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 7.2.1. Change-Id: Ieff1606940e2784a3b0fbfa40354dbfecc3ef39d Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-01-24gnu: ugrep: Update to 7.2.0.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 7.2.0. Change-Id: I391d8bd95c3a4fb38652075ac04d328df4c3e4fb Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-11gnu: ugrep: Update to 7.1.3.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 7.1.3. Change-Id: I389c9b056f389d80f942ed487bf80cbba97364a4 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-06gnu: ugrep: Update to 7.1.2.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 7.1.2. Change-Id: I9699124fee3a932e8f2d084848a6ff8daa7dba1c Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-12-25gnu: Remove searx.Sergey Trofimov
* gnu/packages/search.scm (searx): Delete variable. Github repository has been archived by the owner on Sep 7, 2023. Build fails due to outdated dependencies. Signed-off-by: jgart <jgart@dismail.de>
2024-11-24gnu: ugrep: Update to 7.1.0.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 7.1.0. Change-Id: Ifb4b6b92dbd8b60b81bb23900451fd634580f9d7 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-11-15gnu: ugrep: Update to 7.0.4.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 7.0.4.
2024-10-30gnu: ugrep: Update to 7.0.2.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 7.0.2. Change-Id: Ia270e6be43c8154865ae965af60ff52ff81d00e2 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-10-26gnu: ugrep: Update to 7.0.0.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 7.0.0. Change-Id: I761b7dce107428a919992e3c4966bfa7dabf5c62
2024-08-31gnu: swish-e: Add 'bash' input for 'wrap-program'.Maxime Devos
It is required for cross-compilation. * gnu/packages/search.scm (swish-e)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Iff70ecd244e2ca89c28015e2685e5966c08cf0d7
2024-08-28gnu: ugrep: Update to 6.5.0.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 6.5.0. Change-Id: Icfbd8874b7c668cae4c761ec21530ff1e3a0e041 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-08-09gnu: ugrep: Update to 6.4.1.Ashish SHUKLA
* gnu/packages/search (ugrep): Update to 6.4.1. Change-Id: I2b16899aa77518f0575b71ff57342ad3d91e67d4 Signed-off-by: jgart <jgart@dismail.de>
2024-08-07gnu: ugrep: Update to 6.4.0.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 6.4.0. Change-Id: I8a58b4f4b084cd254cd2e09ca81a5c2c980cadd1 Signed-off-by: jgart <jgart@dismail.de>
2024-08-01gnu: ugrep: Update to 6.3.0.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 6.3.0. [source]: Don't delete linux binaries, they're no longer included. [inputs]: Add dependency on brotli for brotli support. Change-Id: If1dc15b5f554079a5bc084501683bd6c5b5926d2 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-06-06gnu: ugrep: Update to 6.1.0.Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 6.1.0. [source]: Delete included linux binaries. Change-Id: I13aa90578d8f618a0a9c2c67c59c41e8e219660f Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-05-27gnu: ugrep: Update to 6.0.0.kiasoc5
* gnu/packages/search.scm (ugrep): Update to 6.0.0. [source]: Adjust snippet to avoid deleting ug+ and ugrep+ shell scripts. Change-Id: I9beb1415fe8bfbe12a1e9d22d1606b1fc92ef16b Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-04-01gnu: recoll: Update to 1.37.5.Ricardo Wurmus
* gnu/packages/search.scm (recoll): Update to 1.37.5. [source]: Get tarball from new home page. [arguments]: Use G-expressions; add phase 'set-LDFLAGS. [native-inputs]: Add qttools-5. [home-page]: Update. Change-Id: Ia20f40450918659dd28d1e5f8df36c6362fafb63
2024-02-14gnu: plocate: Update to 1.1.22.kiasoc5
* gnu/packages/search.scm (plocate): Update to 1.1.22. Change-Id: I36efaa7db5edee79eaba5e66918f50e2d4e5ae3b Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-02-05gnu: mbedtls-apache: Rename to mbedtls-lts.Hilton Chain
* gnu/packages/tls.scm (mbedtls-apache): Rename package to "mbedtls". Rename variable to… (mbedtls-lts): …this. (mbedtls-apache): Define as deprecated by mbedtls-lts. (mbedtls-for-hiawatha): Adjust accordingly. * doc/guix.texi: Likewise. * gnu/packages/emulators.scm (dolphin-emu,retroarch)[inputs]: Likewise. * gnu/packages/game-development.scm (godot-lts,godot)[inputs]: Likewise. * gnu/packages/hardware.scm (hueplusplus,openrgb)[inputs]: Likewise. * gnu/packages/haxe.scm (neko,haxe,hashlink)[inputs]: Likewise. * gnu/packages/irc.scm (inspircd)[inputs]: Likewise. * gnu/packages/julia-jll.scm (julia-mbedtls-jll)[arguments]<#:phases>,[inputs]: Likewise. * gnu/packages/julia.scm (julia)[arguments]<#:phases>,[inputs]: Likewise. * gnu/packages/linphone.scm (bctoolbox)[inputs]: Likewise. * gnu/packages/linux.scm (dislocker)[inputs]: Likewise. * gnu/packages/networking.scm (nng)[inputs]: Likewise. * gnu/packages/search.scm (dataparksearch)[inputs]: Likewise. * gnu/packages/video.scm (obs)[inputs]: Likewise. * gnu/packages/web.scm (hiawatha)[arguments]<#:phases>: Likewise. Change-Id: I0c58b3cd0bcf6e44e7b16a69f6d2739aa3c1545b
2024-01-12gnu: plocate: Update to 1.1.21.David Pflug
* gnu/packages/search.scm (plocate): Update to 1.1.21. Change-Id: I725b2b83553228babbdd6592d31b57ede76ac442 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-09-10gnu: fsearch: Update to 0.2.3.Tobias Geerinckx-Rice
* gnu/packages/search.scm (fsearch): Update to 0.2.3.
2023-09-10gnu: plocate: Update to 1.1.19.Tobias Geerinckx-Rice
* gnu/packages/search.scm (plocate): Update to 1.1.19.
2023-05-26gnu: ugrep: Update to 3.11.2.Greg Hogan
* gnu/packages/search.scm (ugrep): Update to 3.11.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-04-26gnu: plocate: Update to 1.1.18.kiasoc5
* gnu/packages/search.scm (plocate): Update to 1.1.18. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-25gnu: recoll: Update to 1.34.0.kiasoc5
* gnu/packages/search.scm (recoll): Update to 1.34.0. [arguments]: Add --enable-recollq configure flag. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-22gnu: Add dataparksearch.Adam Faiz
* gnu/packages/search.scm (dataparksearch): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-27gnu: ugrep: Update to 3.11.0.Greg Hogan
* gnu/packages/search.scm (ugrep): Update to 3.11.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-01-30gnu: ugrep: Update to 3.9.6.kiasoc5
* gnu/packages/search.scm (ugrep): Update to 3.9.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-10-24gnu: ugrep: Update to 3.9.2.kiasoc5
* gnu/packages/search.scm (ugrep): Update to 3.9.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-09-11gnu: recoll: Update to 1.32.7.Michael Rohleder
* gnu/packages/search.scm (recoll): Update to 1.32.7. [arguments]<#:configure-flags>: Add --with-inotify. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-24gnu: fsearch: Update to 0.2.2.Nicolas Goaziou
* gnu/packages/search.scm (fsearch): Update to 0.2.2.
2022-08-18gnu: fsearch: Update to 0.2.1.Nicolas Goaziou
* gnu/packages/search.scm (fsearch): Update to 0.2.1.
2022-08-17gnu: fsearch: Update to 0.2.Nicolas Goaziou
* gnu/packages/search.scm (fsearch): Update to 0.2. [inputs]: Replace PCRE with PCRE2.
2022-08-14gnu: plocate: Update to 1.1.16.Tobias Geerinckx-Rice
* gnu/packages/search.scm (plocate): Update to 1.1.16.
2022-08-06gnu: ugrep: Simplify snippet.Liliana Marie Prikler
* gnu/packages/search.scm (ugrep)[source]: Use nested for-each loop. Simplify regular expressions.