me
/
guix
Archived
1
0
Fork 0

gnu: cubicle: Make deterministic.

* gnu/packages/ocaml.scm (cubicle)[arguments]: Remove build date from
resulting binary.
master
Julien Lepiller 2021-06-19 12:53:32 +02:00
parent 9417fae9fb
commit 0e8a18f0ec
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 4 additions and 0 deletions

View File

@ -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"