gnu: eisl: Update to 2.72.

* gnu/packages/lisp.scm (eisl): Update to 2.72.
  [arguments]: Update 'fix-paths' phase.
This commit is contained in:
Guillaume Le Vaillant 2023-03-03 09:40:34 +01:00
parent d5e41d7166
commit a359b744ce
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1428,7 +1428,7 @@ (define-public buildapp
(define-public eisl
(package
(name "eisl")
(version "2.65")
(version "2.72")
(source
(origin
(method git-fetch)
@ -1437,7 +1437,7 @@ (define-public eisl
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1cnis1v70k4wmvw1gmvj3l9qajzncaa9ka8rx67vx12bgrr0811g"))))
(base32 "12dc6b70dcfalyq3h5i7lmz39xh310k5p83x5q6j18knd6ql9ik9"))))
(build-system gnu-build-system)
(inputs
(list bash-minimal freeglut gdbm libiconv ncurses tcl tk))
@ -1455,8 +1455,8 @@ (define-public eisl
(("\"cc ")
"\"gcc "))
(substitute* "library/tcltk.lsp"
(("c-include \"<tcl/tcl\\.h>\"")
"c-include \"<tcl.h>\"")
(("include <tcl/tcl\\.h>")
"include <tcl.h>")
(("c-option \"-ltcl -ltk\" linux")
"c-option \"-ltcl8.6 -ltk8.6\" linux"))))
(delete 'configure)