ecl: 16.1.3 -> 20.4.24, eql-git: fix build

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
This commit is contained in:
Masanori Ogino
2020-10-23 07:53:09 +09:00
parent b4349c13a6
commit b57fc1fc48
3 changed files with 8 additions and 21 deletions
@@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
postPatch = ''
sed -re 's@[(]in-home "gui/.command-history"[)]@(concatenate '"'"'string (ext:getenv "HOME") "/.eql-gui-command-history")@' -i gui/gui.lisp
# cl_def_c_function was renamed to ecl_def_c_function in ECL 20.4.24.
find . -type f -exec sed -e 's/\scl_def_c_function(/ ecl_def_c_function(/' -i {} \;
'';
buildPhase = ''