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
parent
fd22921490
commit
87da416308
|
@ -217,6 +217,7 @@
|
||||||
"/lib"))
|
"/lib"))
|
||||||
'("openssl"
|
'("openssl"
|
||||||
"sqlite"))))
|
"sqlite"))))
|
||||||
|
(build-stamp . "")
|
||||||
(catalogs
|
(catalogs
|
||||||
. (,(string-append
|
. (,(string-append
|
||||||
"https://download.racket-lang.org/releases/"
|
"https://download.racket-lang.org/releases/"
|
||||||
|
|
Reference in New Issue