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 @@ library to allow local file system access via @code{file://} URLs.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
;; system-error "utime" "~A" ("No such file or directory")
|
||||||
|
(delete 'ensure-no-mtimes-pre-1980)
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "pytest" "-vv"))))))
|
(invoke "pytest" "-vv"))))))
|
||||||
|
|
Reference in a new issue