gnu: clisp: Fix building on aarch64-linux.
* gnu/packages/lisp.scm (clisp)[arguments]: Remove 'bindings/glibc' module.
This commit is contained in:
parent
79c6af13d0
commit
d81a739a1f
|
@ -273,7 +273,6 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.")
|
|||
'(#:configure-flags '("--enable-portability"
|
||||
"--with-dynamic-ffi"
|
||||
"--with-dynamic-modules"
|
||||
"--with-module=bindings/glibc"
|
||||
"--with-module=rawsock")
|
||||
#:build #f
|
||||
#:phases
|
||||
|
|
Loading…
Reference in New Issue