mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: sbcl-cffi: Update to 0.20.1.
* gnu/packages/lisp-xyz.scm (sbcl-cffi-bootstrap): Update to 0.20.1. [arguments]: Update substitution for libffi 3.3.
This commit is contained in:
parent
cc41e2b09f
commit
25a2f2efa1
1 changed files with 3 additions and 3 deletions
|
@ -2210,7 +2210,7 @@ (define-public ecl-queues.priority-cqueue
|
|||
(define sbcl-cffi-bootstrap
|
||||
(package
|
||||
(name "sbcl-cffi-bootstrap")
|
||||
(version "0.19.0")
|
||||
(version "0.20.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2219,7 +2219,7 @@ (define sbcl-cffi-bootstrap
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "cffi-bootstrap" version))
|
||||
(sha256
|
||||
(base32 "09sfgc6r7ihmbkwfpvkq5fxc7h45cabpvgbvs47i5cvnmv3k72xy"))))
|
||||
(base32 "1bzgdwd5yzkv9hwnxg6lqyh5z1vjgjyrl12c72afj7hxziadccm8"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
`(("libffi" ,libffi)
|
||||
|
@ -2234,7 +2234,7 @@ (define sbcl-cffi-bootstrap
|
|||
(add-after 'unpack 'fix-paths
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "libffi/libffi.lisp"
|
||||
(("libffi.so.6" all) (string-append
|
||||
(("libffi.so.7" all) (string-append
|
||||
(assoc-ref inputs "libffi")
|
||||
"/lib/" all)))
|
||||
(substitute* "toolchain/c-toolchain.lisp"
|
||||
|
|
Loading…
Reference in a new issue