Remove/patch unreproducible config data. diff --git a/configure b/configure index eb9f346..ebab94d 100755 --- a/configure +++ b/configure @@ -23163,7 +23163,7 @@ H4_VERSION="`cut -d' ' -f3 $srcdir/README.txt | head -1`" ## Configuration date - CONFIG_DATE="`date`" +CONFIG_DATE=`date -u -d "@$SOURCE_DATE_EPOCH"` ## User doing the configuration CONFIG_USER="`whoami`@`hostname`" diff --git a/libhdf4.settings.in b/libhdf4.settings.in index 1d9bbb9..4180d72 100644 --- a/libhdf4.settings.in +++ b/libhdf4.settings.in @@ -5,10 +5,10 @@ General Information: ------------------- HDF4 Version: @H4_VERSION@ Configured on: @CONFIG_DATE@ - Configured by: @CONFIG_USER@ + Configured by: guix Configure mode: @CONFIG_MODE@ - Host system: @host_cpu@-@host_vendor@-@host_os@ - Uname information: @UNAME_INFO@ + Host system: guix + Uname information: guix Libraries: @STATIC_SHARED@ Installation point: @prefix@ -- 2.10.0
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/configuration.scm
AgeCommit message (Expand)Author
2019-03-10services: configuration: Add '%location'....Oleg Pykhalov
2018-03-03services: messaging: Prosody config supports file-like objects....Clément Lassieur
2017-11-28services: configuration: Show default values of list types....Clément Lassieur
2017-03-24services: configuration: Rewrite id procedure....Mathieu Othacehe
2017-03-24services: Factorize define-maybe macro....Mathieu Othacehe
2017-03-12services: Move configuration functions that shouldn't be factorized....Clément Lassieur
2017-01-08gnu: Add Prosody service....Clément Lassieur
2016-12-03gnu: Add Kerberos client service....John Darrington
2016-11-26services: Factorize configuration abstraction....Julien Lepiller