From be828bc40aa2a42429445a1daa0e04f0e4a0d6f8 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 25 Mar 2018 09:37:17 +0300 Subject: gnu: clisp: Remove ineffective 'remove-timestamp' phase. * gnu/packages/lisp.scm (clisp)[arguments]: Remove 'remove-timestamps' phase. --- gnu/packages/lisp.scm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gnu/packages/lisp.scm') diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index e4a4e56099..9020cf739a 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -288,14 +288,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)) -- cgit v1.2.3 From 4bd2e2a5b04a52e2ebccb23e782efd53199e8af6 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 25 Mar 2018 09:37:55 +0300 Subject: gnu: clisp: Update license. License clarified with upstream. * gnu/packages/lisp.scm (clisp)[license]: Correct license to gpl2+. --- gnu/packages/lisp.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gnu/packages/lisp.scm') diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 9020cf739a..1f8e6ab427 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -297,10 +297,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 -- cgit v1.2.3