* [bug#75087] [PATCH] gnu: Remove searx.
@ 2024-12-25 13:42 Sergey Trofimov
2024-12-25 15:19 ` bug#75087: " jgart via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Sergey Trofimov @ 2024-12-25 13:42 UTC (permalink / raw)
To: 75087; +Cc: 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.
---
gnu/packages/search.scm | 47 -----------------------------------------
1 file changed, 47 deletions(-)
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index bd24d98639..1d7f350afd 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -263,53 +263,6 @@ (define-public tocc
command line tool for interacting with libtocc.")
(license license:gpl3+)))
-(define-public searx
- (package
- (name "searx")
- (version "1.0.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/searx/searx")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0ghkx8g8jnh8yd46p4mlbjn2zm12nx27v7qflr4c8xhlgi0px0mh"))))
- (build-system python-build-system)
- (arguments
- `(#:tests? #f ;what tests do is make online requests to each engine
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'relax-requirements
- (lambda _
- ;; Tests can run after build with 'searx-checker' tool in /bin.
- ;; allow using a higher dependency version
- (substitute* "requirements.txt"
- (("==") ">="))))
- (add-before 'sanity-check 'set-debug
- (lambda _
- ;; the user will need to change the secret key
- ;; https://github.com/searx/searx/issues/2278
- (setenv "SEARX_DEBUG" "1"))))))
- (propagated-inputs
- (list python-babel
- python-certifi
- python-dateutil
- python-flask
- python-flask-babel
- python-idna
- python-jinja2
- python-langdetect
- python-lxml
- python-pygments
- python-pyyaml
- python-requests))
- (home-page "https://searx.github.io/searx/")
- (synopsis "Privacy-respecting metasearch engine")
- (description "Searx is a privacy-respecting, hackable metasearch engine.")
- (license license:agpl3+)))
-
(define-public bool
(package
(name "bool")
base-commit: eb6d784852dfcade2f5052c4d6fc1bd469f3cdb6
prerequisite-patch-id: f9cc903b8048c8c6fde576fbf38ab110263020e3
prerequisite-patch-id: d09c064d38df73405d505b90d222dccfd7be09b9
prerequisite-patch-id: 59e8729704045b73c583d05c511f0405162b7470
prerequisite-patch-id: ad5198992a830a334daeb7c915d9ce6254f126ae
prerequisite-patch-id: c4001a10f748e37e27526d847483a9ec9add73c7
prerequisite-patch-id: bf51f232dedd145fdd6f1452ffc0b19ddccce2e1
prerequisite-patch-id: 504d4223c983d62e4ab2ca905b7c01e9ac92ddb3
prerequisite-patch-id: 51f5c923dadf34995bb02c1151231298dfd7b5e8
prerequisite-patch-id: 682f195dd94b83126ded2089970af89ebdbb9116
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-25 16:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-25 13:42 [bug#75087] [PATCH] gnu: Remove searx Sergey Trofimov
2024-12-25 15:19 ` bug#75087: " jgart via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).