GNU bug report logs -
#78020
[PATCH] gnu: guile2.0-redis: Remove package.
Previous Next
To reply to this bug, email your comments to 78020 AT debbugs.gnu.org.
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
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.