3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: tlsdate: Bump COMPILE_DATE.

* gnu/packages/ntp.scm (tlsdate)[arguments]: Set COMPILE_DATE to
2018-06-28.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-28 13:56:09 +02:00
parent 4df9c195f2
commit 232568581b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -164,7 +164,7 @@ minimalist than ntpd.")
;; date that is recorded in binaries. It must be a
;; "recent date" since it is used to detect bogus dates
;; received from servers.
(setenv "COMPILE_DATE" (number->string 1450563040))
(setenv "COMPILE_DATE" (number->string 1530144000))
(invoke "sh" "autogen.sh"))))))
(inputs `(("openssl" ,openssl)
("libevent" ,libevent)))