mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +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 _
|
||||
;; This is apparently deprecated since libffi-3.3.
|
||||
(substitute* "libffi/libffi-types.lisp"
|
||||
(("\\\(\\\(:unix64.*") ")\n"))
|
||||
#t))
|
||||
(("\\\(\\\(:unix64.*") ")\n"))))
|
||||
(add-after 'unpack 'fix-paths
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "libffi/libffi.lisp"
|
||||
|
|
Loading…
Add table
Reference in a new issue