mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
fd22921490
commit
87da416308
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ (define (write-racket-hash alist)
|
|||
"/lib"))
|
||||
'("openssl"
|
||||
"sqlite"))))
|
||||
(build-stamp . "")
|
||||
(catalogs
|
||||
. (,(string-append
|
||||
"https://download.racket-lang.org/releases/"
|
||||
|
|
Loading…
Reference in a new issue