From: Sergey Trofimov <sarg@sarg.org.ru>
To: 75087@debbugs.gnu.org
Cc: Sergey Trofimov <sarg@sarg.org.ru>
Subject: [bug#75087] [PATCH] gnu: Remove searx.
Date: Wed, 25 Dec 2024 14:42:05 +0100 [thread overview]
Message-ID: <f4491bd5537fbc4e11420c4738d18701f4cde90b.1735134104.git.sarg@sarg.org.ru> (raw)
* 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
next reply other threads:[~2024-12-25 13:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-25 13:42 Sergey Trofimov [this message]
2024-12-25 15:19 ` bug#75087: [PATCH] gnu: Remove searx jgart via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f4491bd5537fbc4e11420c4738d18701f4cde90b.1735134104.git.sarg@sarg.org.ru \
--to=sarg@sarg.org.ru \
--cc=75087@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.