mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: cubicle: Make deterministic.
* gnu/packages/ocaml.scm (cubicle)[arguments]: Remove build date from resulting binary.
This commit is contained in:
parent
9417fae9fb
commit
0e8a18f0ec
1 changed files with 4 additions and 0 deletions
|
@ -4710,6 +4710,10 @@ the OCaml language.")
|
|||
#:tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'make-deterministic
|
||||
(lambda _
|
||||
(substitute* "Makefile.in"
|
||||
(("`date`") "no date for reproducibility"))))
|
||||
(add-before 'configure 'configure-for-release
|
||||
(lambda _
|
||||
(substitute* "Makefile.in"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue