mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lisp-xyz: Fix some typos.
* gnu/packages/lisp-xyz.scm: Fix some typos. Change-Id: I6b9ba301f58a2512f8adac65faf5f80b6d7ac6b4
This commit is contained in:
parent
13c79afbbb
commit
680ee6aa58
1 changed files with 7 additions and 7 deletions
|
@ -4396,7 +4396,7 @@ execution mechanism for Common Lisp.")))
|
||||||
(define-public sbcl-cl-autowrap
|
(define-public sbcl-cl-autowrap
|
||||||
(let ((revision "2")
|
(let ((revision "2")
|
||||||
(commit "a5d71ebd7c21b87f449db1e16ab815750d7c0ea4"))
|
(commit "a5d71ebd7c21b87f449db1e16ab815750d7c0ea4"))
|
||||||
;; no taged branches
|
;; no tagged branches
|
||||||
(package
|
(package
|
||||||
(name "sbcl-cl-autowrap")
|
(name "sbcl-cl-autowrap")
|
||||||
(version (git-version "1.0" revision commit))
|
(version (git-version "1.0" revision commit))
|
||||||
|
@ -13728,7 +13728,7 @@ them as strings.")
|
||||||
(sbcl-package->ecl-package sbcl-decimals))
|
(sbcl-package->ecl-package sbcl-decimals))
|
||||||
|
|
||||||
(define-public sbcl-deeds
|
(define-public sbcl-deeds
|
||||||
;; taged branch is outdated
|
;; tagged branch is outdated
|
||||||
(let ((revision "1")
|
(let ((revision "1")
|
||||||
(commit "f5df54eac79b58a34030e0eb8acf3952c788410d"))
|
(commit "f5df54eac79b58a34030e0eb8acf3952c788410d"))
|
||||||
(package
|
(package
|
||||||
|
@ -18583,7 +18583,7 @@ codes header file found on Linux and FreeBSD.")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Encoding/end-of-line detection and external-format abstraction for Common Lisp")
|
"Encoding/end-of-line detection and external-format abstraction for Common Lisp")
|
||||||
(description
|
(description
|
||||||
"Inquisitor is a cross-implementation library provding
|
"Inquisitor is a cross-implementation library providing
|
||||||
encoding/end-of-line detection and external-format abstraction for Common Lisp.")
|
encoding/end-of-line detection and external-format abstraction for Common Lisp.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
@ -19718,7 +19718,7 @@ needed. The low-level command API is fully mapped however.")
|
||||||
sbcl-queues))
|
sbcl-queues))
|
||||||
(synopsis "ANSI CL adaptation of the SBCL mailbox utility")
|
(synopsis "ANSI CL adaptation of the SBCL mailbox utility")
|
||||||
(description
|
(description
|
||||||
"This package provides an ANSI CL adaptation of the SBCL mailbox utilty.")
|
"This package provides an ANSI CL adaptation of the SBCL mailbox utility.")
|
||||||
(home-page "https://github.com/lem-project/lem-mailbox")
|
(home-page "https://github.com/lem-project/lem-mailbox")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
@ -21534,7 +21534,7 @@ whole lot more into a single form.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
;; Upstream changed the maintaner.
|
;; Upstream changed the maintainer.
|
||||||
;; legacy https://github.com/gwkkwg/metacopy
|
;; legacy https://github.com/gwkkwg/metacopy
|
||||||
(url "https://github.com/hraban/metacopy")
|
(url "https://github.com/hraban/metacopy")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
|
@ -25565,7 +25565,7 @@ values in other options.")
|
||||||
(add-after 'unpack 'replace-*base-directory*-var
|
(add-after 'unpack 'replace-*base-directory*-var
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
;; In the ASD, the author makes an attempt to
|
;; In the ASD, the author makes an attempt to
|
||||||
;; programatically determine the location of the
|
;; programmatically determine the location of the
|
||||||
;; source-code so lisp can call into "py4cl.py". We can
|
;; source-code so lisp can call into "py4cl.py". We can
|
||||||
;; hard-code this since we know where this file will
|
;; hard-code this since we know where this file will
|
||||||
;; reside.
|
;; reside.
|
||||||
|
@ -26553,7 +26553,7 @@ Rucksack with some enhancements.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-build
|
(add-after 'unpack 'fix-build
|
||||||
(lambda _
|
(lambda _
|
||||||
;; File faild to load, and we don't use it as tests are
|
;; File failed to load, and we don't use it as tests are
|
||||||
;; disabled, so let's delete it.
|
;; disabled, so let's delete it.
|
||||||
(delete-file "rutilsx-test.asd"))))))
|
(delete-file "rutilsx-test.asd"))))))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue