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:
Efraim Flashner 2021-08-09 20:08:06 +03:00
parent 1d5d115e76
commit 81698e5099
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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"))))))