[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: python-identify: Fix building.
From: |
guix-commits |
Subject: |
03/05: gnu: python-identify: Fix building. |
Date: |
Mon, 9 Aug 2021 13:21:20 -0400 (EDT) |
efraim pushed a commit to branch core-updates-frozen
in repository guix.
commit 81698e5099bee8b5b5e7d19d9db7d9d1a771912c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 9 20:08:06 2021 +0300
gnu: python-identify: Fix building.
* gnu/packages/python-xyz.scm (python-identify)[arguments]: Skip the
'ensure-no-mtimes-pre-1980 phase.
---
gnu/packages/python-xyz.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4ceb1c4..b160996 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20748,6 +20748,8 @@ library to allow local file system access via
@code{file://} URLs.")
(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"))))))