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
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -1508,6 +1508,8 @@ (define-public sbcl-iterate
(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.