gnu: clisp: Remove ineffective 'remove-timestamp' phase.

* gnu/packages/lisp.scm (clisp)[arguments]: Remove 'remove-timestamps'
phase.
This commit is contained in:
Efraim Flashner 2018-03-25 09:37:17 +03:00
parent c77fb2d658
commit be828bc40a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 8 deletions

View File

@ -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))