mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: python-identify: Fix building.
* gnu/packages/python-xyz.scm (python-identify)[arguments]: Skip the 'ensure-no-mtimes-pre-1980 phase.
This commit is contained in:
parent
1d5d115e76
commit
81698e5099
1 changed files with 2 additions and 0 deletions
|
@ -20748,6 +20748,8 @@ (define-public python-identify
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; system-error "utime" "~A" ("No such file or directory")
|
||||
(delete 'ensure-no-mtimes-pre-1980)
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(invoke "pytest" "-vv"))))))
|
||||
|
|
Loading…
Reference in a new issue