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 abs'> aboutsummaryrefslogtreecommitdiff
path: root/gnu/image.scm
AgeCommit message (Expand)Author
2024-01-08scripts: system: Build layered images....Oleg Pykhalov
2022-09-24system: image: Add wsl2 support....Alex Griffin
2022-09-24system: image: Add tarball support....Alex Griffin
2022-09-24image: Make the operating-system field mandatory....Mathieu Othacehe
2022-09-07image: Use #true and #false....Mathieu Othacehe
2022-09-07image: Use a default size partition value....Mathieu Othacehe
2022-08-31image: Add comments....Mathieu Othacehe
2022-08-30image: Remove an unused field....Mathieu Othacehe
2022-08-30image: Perform more sanitizing....Mathieu Othacehe
2022-07-01image: Add sanitizers for 'format' and 'partition-table-type'....Ludovic Courtès
2022-07-01image: Add default value for partition initializer....Ludovic Courtès
2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/....Josselin Poiret