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/build/install.scm
AgeCommit message (Expand)Author
2017-05-16bootloader: Adapt vm to new bootloader API....Mathieu Othacehe
2017-03-14pack: Add '--symlink'....Ludovic Courtès
2017-03-14pack: Add '--localstatedir' option....Ludovic Courtès
2016-11-23install: Enable "cryptodisk" handling in GRUB....Ludovic Courtès
2016-11-06install: Extract procedure: install-grub-config....Chris Marusich
2016-08-29tests: Make sure /var/guix/gcroots/profiles is a valid symlink....Ludovic Courtès
2016-03-14build: reset-timestamps: Include directories....Ricardo Wurmus
2016-01-29Rename 'dmd' to 'shepherd' in comments and strings....Alex Kost
2015-06-18install: Turn off deduplication for the binary tarball....Ludovic Courtès
2015-06-10install: Really overwrite TARGET/var/guix/profiles/system-1-link....Ludovic Courtès
2015-04-29install: Make /var/lock....Ludovic Courtès
2015-04-14install: Add a procedure to build a self-contained binary tarball....Ludovic Courtès
2015-03-31install: Create /var/tmp....Ludovic Courtès
2014-12-09system: Don't make /boot/grub/grub.cfg a symlink to the store....Ludovic Courtès
2014-12-04system: Make /boot/grub/grub.cfg an indirect GC root....Ludovic Courtès