gnu: emacs-consult: Fix grammar.
[jackhill/guix/guix.git] / gnu / packages / patches / hdf4-reproducibility.patch
1 Remove/patch unreproducible config data.
2
3 diff --git a/configure b/configure
4 index eb9f346..ebab94d 100755
5 --- a/configure
6 +++ b/configure
7 @@ -23163,7 +23163,7 @@ H4_VERSION="`cut -d' ' -f3 $srcdir/README.txt | head -1`"
8
9
10 ## Configuration date
11 - CONFIG_DATE="`date`"
12 +CONFIG_DATE=`date -u -d "@$SOURCE_DATE_EPOCH"`
13
14 ## User doing the configuration
15 CONFIG_USER="`whoami`@`hostname`"
16 diff --git a/libhdf4.settings.in b/libhdf4.settings.in
17 index 1d9bbb9..4180d72 100644
18 --- a/libhdf4.settings.in
19 +++ b/libhdf4.settings.in
20 @@ -5,10 +5,10 @@ General Information:
21 -------------------
22 HDF4 Version: @H4_VERSION@
23 Configured on: @CONFIG_DATE@
24 - Configured by: @CONFIG_USER@
25 + Configured by: guix
26 Configure mode: @CONFIG_MODE@
27 - Host system: @host_cpu@-@host_vendor@-@host_os@
28 - Uname information: @UNAME_INFO@
29 + Host system: guix
30 + Uname information: guix
31 Libraries: @STATIC_SHARED@
32 Installation point: @prefix@
33
34 --
35 2.10.0