guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: racket: suppress build stamp


From: guix-commits
Subject: 08/09: gnu: racket: suppress build stamp
Date: Fri, 10 Sep 2021 11:31:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 87da4163085b845e4537311b04ff23375d1932de
Author: Philip McGrath <philip@philipmcgrath.com>
AuthorDate: Mon Sep 6 00:59:03 2021 -0400

    gnu: racket: suppress build stamp
    
    The `build-stamp` configuration key should generally be set to an empty
    string for a release build. The automatically inferred build stamp is
    especially unhelpful with Guix, since it ends up being the Unix epoch.
    
    * gnu/packages/racket.scm (racket-minimal)[arguments]: Adjust the
    'initialize-config.rktd phase to set 'build-stamp to "".
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/racket.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/racket.scm b/gnu/packages/racket.scm
index 5b3e941..661443e 100644
--- a/gnu/packages/racket.scm
+++ b/gnu/packages/racket.scm
@@ -217,6 +217,7 @@
                                                    "/lib"))
                                   '("openssl"
                                     "sqlite"))))
+                    (build-stamp . "")
                     (catalogs
                      . (,(string-append
                           "https://download.racket-lang.org/releases/";



reply via email to

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