mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: guile2.0-redis: Remove package.
It is broken and not supported in upstream since 2021. * gnu/packages/guile-xyz.scm (guile2.0-redis): Delete variable. Change-Id: I74ea3d63e2532671778dd7402453f9d80e04ad7d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
7e90241586
commit
5529636006
@@ -3666,25 +3666,6 @@ store.")
|
||||
(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")
|
||||
|
||||
Reference in New Issue
Block a user