me
/
guix
Archived
1
0
Fork 0

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>
master
jgart 2022-04-07 17:13:16 -04:00 committed by Guillaume Le Vaillant
parent 9919e423a7
commit b67c67b027
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 2 deletions

View File

@ -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"