summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-08-07 10:50:20 +0200
committerAndreas Enge <andreas@enge.fr>2025-08-07 10:51:12 +0200
commiteaef9517ee9e6f6725a6cf71fe16095a84be47fc (patch)
treeed698cadda4ea5bd0109dc0fcfcdd1aa989a8759 /gnu/packages/web.scm
parent2034235065bd052e64239b3a3f5908d62381397b (diff)
gnu: Remove archivebox.
* gnu/packages/web.scm (archivebox): Delete variable. Fixes: guix/guix#1081 Change-Id: Idd0153c6ad9c637c7b4ea866123bc18fd733437a
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm37
1 files changed, 0 insertions, 37 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 8c1f887a29a..8a0d2daf5ad 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -9859,43 +9859,6 @@ provided by a TLS reverse proxy (e.g. tlstunnel, hitch or stunnel).")
the Fediring.")
(license (list license:cc0 license:bsd-2)))))
-(define-public archivebox
- (package
- (name "archivebox")
- (version "0.6.2")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri name version))
- (sha256
- (base32
- "1mnq82ynq01l7vx957bbx4bvgwdh59qsnx6pdydaqszbakp74yyc"))))
- (build-system python-build-system)
- (propagated-inputs
- (list curl
- node-lts))
- (inputs
- (list python
- youtube-dl
- wget
- git
- python-w3lib
- python-ipython
- python-croniter
- python-crontab
- python-dateparser
- python-django-extensions
- python-django-3.1.14
- python-mypy-extensions))
- (native-inputs
- (list python-wheel))
- (synopsis "Self-hosted Web archiving")
- (description "ArchiveBox is a powerful, self-hosted Web archiving
-solution to collect, save, and view sites you want to preserve offline.
-You can feed it URLs one at a time, or schedule regular imports. It saves
-snapshots of the URLs you feed it in several formats.")
- (home-page "https://archivebox.io/")
- (license license:expat)))
-
(define-public awslogs
(package
(name "awslogs")