me
/
guix
Archived
1
0
Fork 0

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>
master
Philip McGrath 2021-09-06 00:59:03 -04:00 committed by Ludovic Courtès
parent fd22921490
commit 87da416308
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@
"/lib"))
'("openssl"
"sqlite"))))
(build-stamp . "")
(catalogs
. (,(string-append
"https://download.racket-lang.org/releases/"