diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-03-17 14:09:47 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-17 14:09:50 +0100 |
| commit | f11c1f1620c3fa654876b44e471a59a5871f3fa3 (patch) | |
| tree | 9f4c14eb198983496b9e0ac701c1851b5352d8f7 | |
| parent | db781384597e3670eea83ee4c9daaf4669d6b397 (diff) | |
gnu: Remove vger.
* gnu/packages/web.scm (vger): Delete variable.
Fixes: guix/guix#6389
Change-Id: I19c7385ea387fe57fbef3499d3651fdc2eba4d41
| -rw-r--r-- | gnu/packages/web.scm | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index ff62d33b0e6..5d3b44d889b 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -9909,48 +9909,6 @@ concurrency, and return status.") (license (list license:gpl3+ license:bsd-3)))) ;; for ini.c and ini.h -(define-public vger - (package - (name "vger") - (version "2.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://tildegit.org/solene/vger") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jiwzn5dqadwq4ih3vzld66yq23gqsf7281sllh29bf6kmf9dz2k")))) - (build-system gnu-build-system) - (arguments - (list #:test-target "test" - #:make-flags - #~(list (string-append "CC=" #$(cc-for-target)) - (string-append "PREFIX=" #$output)) - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'fix-makefile - (lambda _ - (substitute* "Makefile" - (("\\binstall -o root -g wheel vger ") - "install vger ") - (("\\binstall -o root -g wheel vger\\.8 ") - "install -m 644 vger.8 ")))) - (add-before 'install 'make-install-dirs - (lambda _ - (mkdir-p (string-append #$output "/bin")) - (mkdir-p (string-append #$output "/man/man8"))))))) - (inputs - (list libbsd)) - (home-page "https://tildegit.org/solene/vger") - (synopsis "Gemini protocol server") - (description "Vger is a Gemini protocol server that supports chroots, -virtualhosts, CGI, default language choice, redirections and MIME-type -detection. It delegates TLS support to an external daemon, for example -@command{stunnel} on @command{inetd}.") - (license license:bsd-2))) - (define-public kineto (package (name "kineto") |
