guix-patches
[Top][All Lists]
Advanced

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

[bug#50419] [PATCH 2/2] gnu: racket: suppress build stamp


From: Philip McGrath
Subject: [bug#50419] [PATCH 2/2] gnu: racket: suppress build stamp
Date: Mon, 6 Sep 2021 00:59:03 -0400

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 "".
---
 gnu/packages/racket.scm | 1 +
 1 file changed, 1 insertion(+)

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






reply via email to

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