mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove guile-srfi-159.
* gnu/packages/guile-xyz.scm (guile-srfi-159): Delete variable. Fixes: guix/guix#1074 Change-Id: I2c7b56e60ecf56c93bbabe05e7b851c466e98e1d
This commit is contained in:
parent
9c796eba65
commit
2034235065
1 changed files with 0 additions and 30 deletions
|
@ -4884,36 +4884,6 @@ return accumulators. It is implemented by wrapping the sample
|
|||
implementation in a thin Guile compatibility layer.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public guile-srfi-159
|
||||
(let ((commit "1bd98abda2ae4ef8f36761a167903e55c6bda7bb")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "guile-srfi-159")
|
||||
(version (git-version "0" revision commit))
|
||||
(home-page "https://bitbucket.org/bjoli/guile-srfi-159")
|
||||
(source (origin
|
||||
(method hg-fetch)
|
||||
(uri (hg-reference (changeset commit)
|
||||
(url home-page)))
|
||||
(sha256
|
||||
(base32
|
||||
"1zw6cmcy7xdbfiz3nz9arqnn7l2daidaps6ixkcrc9b6k51fdv3p"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system guile-build-system)
|
||||
(arguments
|
||||
;; The *-impl.scm files are actually included from module files; they
|
||||
;; should not be compiled separately, but they must be installed.
|
||||
'(#:not-compiled-file-regexp "-impl\\.scm$"))
|
||||
(inputs
|
||||
(list guile-2.2))
|
||||
(synopsis "Formatting combinators for Guile")
|
||||
(description
|
||||
"The @code{(srfi-159)} module and its sub-modules implement the
|
||||
formatting combinators specified by
|
||||
@uref{https://srfi.schemers.org/srfi-159/srfi-159.html, SRFI-159}. These are
|
||||
more expressive and flexible than the traditional @code{format} procedure.")
|
||||
(license license:bsd-3))))
|
||||
|
||||
(define-public guile-srfi-180
|
||||
(let ((commit "9188bf9724c6d320ef804579d222e855b007b193")
|
||||
(revision "0"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue