mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +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
|
#:tests? #f
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-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
|
(add-before 'configure 'configure-for-release
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Makefile.in"
|
(substitute* "Makefile.in"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue