guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: clisp: Remove ineffective 'remove-timestamp' phase.


From: Efraim Flashner
Subject: 01/02: gnu: clisp: Remove ineffective 'remove-timestamp' phase.
Date: Sun, 25 Mar 2018 02:40:28 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit be828bc40aa2a42429445a1daa0e04f0e4a0d6f8
Author: Efraim Flashner <address@hidden>
Date:   Sun Mar 25 09:37:17 2018 +0300

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

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index e4a4e56..9020cf7 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]