gnu: ecl: Do not compile the deprecated MIT-RT.
authorGuillaume Le Vaillant <glv@posteo.net>
Thu, 3 Oct 2019 09:01:11 +0000 (11:01 +0200)
committerPierre Neidhardt <mail@ambrevar.xyz>
Sun, 6 Oct 2019 12:19:03 +0000 (14:19 +0200)
commitfd0f8860ec667d091abb34f1e4dda4911e834dee
treeb3fd0531ecf7fff0aa36ea2b46ec11bbeea961fe
parentd3287fc157e98a0f5d13f2e12e06fb8660711e73
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'.
gnu/packages/lisp.scm