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
parent
9919e423a7
commit
b67c67b027
|
@ -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"
|
||||
|
|
Reference in New Issue