gnu: clisp: Fix building on aarch64-linux.

* gnu/packages/lisp.scm (clisp)[arguments]: Remove 'bindings/glibc' module.
master
Efraim Flashner 2018-02-19 11:30:27 +02:00
parent 79c6af13d0
commit d81a739a1f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 1 deletions

View File

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