[PATCH] gnu: Remove searx.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Sergey Trofimov
Owner
unassigned
Submitted by
Sergey Trofimov
Severity
normal

Debbugs page

Sergey Trofimov wrote 3 months ago
(address . guix-patches@gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
f4491bd5537fbc4e11420c4738d18701f4cde90b.1735134104.git.sarg@sarg.org.ru
* 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(-)

Toggle diff (71 lines)
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
jgart wrote 3 months ago
(address . 75087-done@debbugs.gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
87y103kcx7.fsf@dismail.de
Hi Sergey,

Merry Guixmas! Thanks for you contribution.

Applied.
--
all the best,
jgart
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 75087@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75087
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help