1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-04 01:34:08 +02:00

gnu: sbcl-iterate: Add missing native input.

* gnu/packages/lisp.scm (sbcl-iterate)[native-inputs]: Add rt.
This commit is contained in:
Guillaume Le Vaillant
2019-10-21 14:02:58 +02:00
committed by Pierre Neidhardt
parent 9d9a82d94d
commit 5bb3272e18
+2
View File
@@ -1508,6 +1508,8 @@ else @code{parse-number} signals an error of type @code{invalid-number}.")
(base32
"0kvz16gnxnkdz0fy1x8y5yr28nfm7i2qpvix7mgwccdpjmsb4pgm"))))
(build-system asdf-build-system/sbcl)
(native-inputs
`(("rt" ,sbcl-rt)))
(home-page "https://common-lisp.net/project/iterate/")
(synopsis "Iteration construct for Common Lisp")
(description "@code{iterate} is an iteration construct for Common Lisp.