mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: tensorflow: Drop trailing #T from build phase.
* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Remove #T from 'set-source-file-times-to-1980 phase.
This commit is contained in:
parent
ffb30ffb6e
commit
91e07cc5bf
1 changed files with 1 additions and 1 deletions
|
@ -2394,7 +2394,7 @@ (define-public tensorflow
|
|||
;; "ZIP does not support timestamps before 1980". Luckily,
|
||||
;; SOURCE_DATE_EPOCH is respected, which we set to some time in
|
||||
;; 1980.
|
||||
(lambda _ (setenv "SOURCE_DATE_EPOCH" "315532800") #t))
|
||||
(lambda _ (setenv "SOURCE_DATE_EPOCH" "315532800")))
|
||||
(add-after 'unpack 'python3.10-compatibility
|
||||
(lambda _
|
||||
;; See https://github.com/tensorflow/tensorflow/issues/20517#issuecomment-406373913
|
||||
|
|
Loading…
Reference in a new issue