mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
gnu: cl-cffi: Remove trailing boolean.
* gnu/packages/lisp-xyz.scm (sbcl-cffi)[arguments]: Remove trailing boolean. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
9919e423a7
commit
b67c67b027
1 changed files with 1 additions and 2 deletions
|
@ -2802,8 +2802,7 @@ is statically typed so there are differences.")
|
||||||
(lambda _
|
(lambda _
|
||||||
;; This is apparently deprecated since libffi-3.3.
|
;; This is apparently deprecated since libffi-3.3.
|
||||||
(substitute* "libffi/libffi-types.lisp"
|
(substitute* "libffi/libffi-types.lisp"
|
||||||
(("\\\(\\\(:unix64.*") ")\n"))
|
(("\\\(\\\(:unix64.*") ")\n"))))
|
||||||
#t))
|
|
||||||
(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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue