mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
This commit is contained in:
commit
5576cfabf3
124 changed files with 3344 additions and 1629 deletions
|
@ -290,14 +290,6 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.")
|
|||
(("/bin/sh") "sh"))
|
||||
(substitute* '("src/clisp-link.in")
|
||||
(("/bin/pwd") "pwd"))
|
||||
#t))
|
||||
(add-after 'unpack 'remove-timestamps
|
||||
(lambda _
|
||||
(substitute* "src/constobj.d"
|
||||
(("__DATE__ __TIME__") "\"1\""))
|
||||
(substitute* "src/genclisph.d"
|
||||
(("__DATE__") "\"1\"")
|
||||
(("__TIME__") "\"1\""))
|
||||
#t)))
|
||||
;; Makefiles seem to have race conditions.
|
||||
#:parallel-build? #f))
|
||||
|
@ -307,10 +299,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.")
|
|||
"GNU CLISP is an implementation of ANSI Common Lisp. Common Lisp is a
|
||||
high-level, object-oriented functional programming language. CLISP includes
|
||||
an interpreter, a compiler, a debugger, and much more.")
|
||||
;; Website says gpl2+, COPYRIGHT file says gpl2; actual source files have
|
||||
;; a lot of gpl3+. (Also some parts are under non-copyleft licenses, such
|
||||
;; as CLX by Texas Instruments.) In that case gpl3+ wins out.
|
||||
(license license:gpl3+)))
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public sbcl
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue