mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -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
|
(define sbcl-cffi-bootstrap
|
||||||
(package
|
(package
|
||||||
(name "sbcl-cffi-bootstrap")
|
(name "sbcl-cffi-bootstrap")
|
||||||
(version "0.19.0")
|
(version "0.20.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2219,7 +2219,7 @@ (define sbcl-cffi-bootstrap
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name "cffi-bootstrap" version))
|
(file-name (git-file-name "cffi-bootstrap" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09sfgc6r7ihmbkwfpvkq5fxc7h45cabpvgbvs47i5cvnmv3k72xy"))))
|
(base32 "1bzgdwd5yzkv9hwnxg6lqyh5z1vjgjyrl12c72afj7hxziadccm8"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libffi" ,libffi)
|
`(("libffi" ,libffi)
|
||||||
|
@ -2234,7 +2234,7 @@ (define sbcl-cffi-bootstrap
|
||||||
(add-after 'unpack 'fix-paths
|
(add-after 'unpack 'fix-paths
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* "libffi/libffi.lisp"
|
(substitute* "libffi/libffi.lisp"
|
||||||
(("libffi.so.6" all) (string-append
|
(("libffi.so.7" all) (string-append
|
||||||
(assoc-ref inputs "libffi")
|
(assoc-ref inputs "libffi")
|
||||||
"/lib/" all)))
|
"/lib/" all)))
|
||||||
(substitute* "toolchain/c-toolchain.lisp"
|
(substitute* "toolchain/c-toolchain.lisp"
|
||||||
|
|
Loading…
Reference in a new issue