gnu: ecl: Do not compile the deprecated MIT-RT.
Compiling the rt bundled with ECL prevents the ecl-rt package from compiling properly, as ECL thinks it has already been compiled. * gnu/packages/lisp.scm (ecl)[arguments]: Add '--without-rt' to 'configure-flags'.
This commit is contained in:
parent
d3287fc157
commit
fd0f8860ec
|
@ -217,7 +217,8 @@ interface to the Tk widget system.")
|
|||
("libgc" ,libgc)
|
||||
("libffi" ,libffi)))
|
||||
(arguments
|
||||
'(#:tests? #t
|
||||
'(#:configure-flags '("--without-rt")
|
||||
#:tests? #t
|
||||
#:parallel-tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in New Issue