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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78020 in the body.
You can then email your comments to 78020 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78020
; Package
guix-patches
.
(Wed, 23 Apr 2025 20:13:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Evgeny Pisemsky <mail <at> pisemsky.site>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 23 Apr 2025 20:13:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Fri, 25 Apr 2025 17:15:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Evgeny Pisemsky <mail <at> pisemsky.site>
:
bug acknowledged by developer.
(Fri, 25 Apr 2025 17:15:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 78020-done <at> debbugs.gnu.org (full text, mbox):
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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 24 May 2025 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 40 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.