build: r-build-system: Use deterministic built date.
Fixes <http://bugs.gnu.org/25598>. * guix/build/r-build-system.scm (install): Pass "--built-timestamp" option to make build deterministic.
This commit is contained in:
parent
8f8d39b30c
commit
de643f0c15
@ -1,5 +1,5 @@
|
||||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015, 2017 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
@ -84,6 +84,7 @@
|
||||
(params (append configure-flags
|
||||
(list "--install-tests"
|
||||
(string-append "--library=" site-library)
|
||||
"--built-timestamp=1970-01-01"
|
||||
".")))
|
||||
(site-path (string-append site-library ":"
|
||||
(generate-site-path inputs))))
|
||||
|
Loading…
Reference in New Issue
Block a user