mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05: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:
parent
9e644d979d
commit
50bd2b331c
1 changed files with 4 additions and 0 deletions
|
@ -312,6 +312,10 @@ (define-public guile-aiscm
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue