mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add sbcl-cffi.
* gnu/packages/lisp.scm (sbcl-cffi): New variable.
This commit is contained in:
parent
d3142f2ffb
commit
4112307268
1 changed files with 12 additions and 0 deletions
|
@ -3014,3 +3014,15 @@ (define-public sbcl-cffi-grovel
|
|||
(string-append
|
||||
(assoc-ref outputs "out")
|
||||
"/include/grovel"))))))))))
|
||||
|
||||
(define-public sbcl-cffi
|
||||
(package
|
||||
(inherit sbcl-cffi-toolchain)
|
||||
(name "sbcl-cffi")
|
||||
(inputs (package-inputs sbcl-cffi-bootstrap))
|
||||
(native-inputs
|
||||
`(("cffi-grovel" ,sbcl-cffi-grovel)
|
||||
("cffi-libffi" ,sbcl-cffi-libffi)
|
||||
("rt" ,sbcl-rt)
|
||||
("bordeaux-threads" ,sbcl-bordeaux-threads)
|
||||
,@(package-native-inputs sbcl-cffi-bootstrap)))))
|
||||
|
|
Loading…
Reference in a new issue