mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 09:35:56 +02:00
gnu: guile-aiscm: Remove timestamp from documentation.
* gnu/packages/machine-learning.scm (guile-aiscm)[arguments]: Add phase 'build-reproducibly.
This commit is contained in:
@@ -312,6 +312,10 @@ training, HMM clustering, HMM mixtures.")
|
||||
(string-append "GUILE_SITE=" #$output "/share/guile/site/3.0"))
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'build-reproducibly
|
||||
(lambda _
|
||||
(substitute* "doc/Makefile.am"
|
||||
(("\\$\\(DATE\\)") "1970-01-01"))))
|
||||
(add-after 'unpack 'use-llvm-config
|
||||
(lambda _
|
||||
(substitute* "m4/ax_llvmc.m4"
|
||||
|
||||
Reference in New Issue
Block a user