GNU bug report logs -
#78020
[PATCH] gnu: guile2.0-redis: Remove package.
Previous Next
Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>
Date: Wed, 23 Apr 2025 20:13:03 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 25 Apr 2025 17:18:37 +0200
with message-id <87zfg4e0c2.fsf <at> gnu.org>
and subject line Re: [bug#78020] [PATCH] gnu: guile2.0-redis: Remove package.
has caused the debbugs.gnu.org bug report #78020,
regarding [PATCH] gnu: guile2.0-redis: Remove package.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
78020: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78020
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
It is broken and not supported in upstream since 2021.
* gnu/packages/guile-xyz.scm (guile2.0-redis): Delete variable.
Change-Id: I74ea3d63e2532671778dd7402453f9d80e04ad7d
---
gnu/packages/guile-xyz.scm | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 537e84d3f8..b0ccb5e730 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3664,25 +3664,6 @@ (define-public guile2.2-redis
(native-inputs (modify-inputs (package-native-inputs guile-redis)
(replace "guile" guile-2.2)))))
-(define-public guile2.0-redis
- (package
- (inherit guile-redis)
- (name "guile2.0-redis")
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-source
- (lambda _
- ;; put-string is in (rnrs io ports) in guile2.0,
- ;; not in (ice-9 textual-ports)
- (substitute* "redis/utils.scm"
- (("\\(ice-9 textual-ports\\)")
- "(rnrs io ports)"))
- #t)))
- ,@(package-arguments guile-redis)))
- (native-inputs (modify-inputs (package-native-inputs guile-redis)
- (replace "guile" guile-2.0)))))
-
(define-public guile-commonmark
(package
(name "guile-commonmark")
base-commit: 6cf0f3cbb649b8be21dcc6337ef394902c4bd56c
--
2.49.0
[Message part 3 (message/rfc822, inline)]
Evgeny Pisemsky <mail <at> pisemsky.site> writes:
> It is broken and not supported in upstream since 2021.
>
> * gnu/packages/guile-xyz.scm (guile2.0-redis): Delete variable.
>
> Change-Id: I74ea3d63e2532671778dd7402453f9d80e04ad7d
Applied, thanks.
This bug report was last modified 122 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.