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
1 changed files with 0 additions and 1 deletions
|
@ -273,7 +273,6 @@ (define-public clisp
|
||||||
'(#:configure-flags '("--enable-portability"
|
'(#:configure-flags '("--enable-portability"
|
||||||
"--with-dynamic-ffi"
|
"--with-dynamic-ffi"
|
||||||
"--with-dynamic-modules"
|
"--with-dynamic-modules"
|
||||||
"--with-module=bindings/glibc"
|
|
||||||
"--with-module=rawsock")
|
"--with-module=rawsock")
|
||||||
#:build #f
|
#:build #f
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Reference in a new issue