mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-iterate: Add missing native input.
* gnu/packages/lisp.scm (sbcl-iterate)[native-inputs]: Add rt.
This commit is contained in:
parent
9d9a82d94d
commit
5bb3272e18
1 changed files with 2 additions and 0 deletions
|
@ -1508,6 +1508,8 @@ else @code{parse-number} signals an error of type @code{invalid-number}.")
|
||||||
(base32
|
(base32
|
||||||
"0kvz16gnxnkdz0fy1x8y5yr28nfm7i2qpvix7mgwccdpjmsb4pgm"))))
|
"0kvz16gnxnkdz0fy1x8y5yr28nfm7i2qpvix7mgwccdpjmsb4pgm"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
|
(native-inputs
|
||||||
|
`(("rt" ,sbcl-rt)))
|
||||||
(home-page "https://common-lisp.net/project/iterate/")
|
(home-page "https://common-lisp.net/project/iterate/")
|
||||||
(synopsis "Iteration construct for Common Lisp")
|
(synopsis "Iteration construct for Common Lisp")
|
||||||
(description "@code{iterate} is an iteration construct for Common Lisp.
|
(description "@code{iterate} is an iteration construct for Common Lisp.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue