1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-12 02:24:04 +02:00

gnu: watson: Disable sanity-check temporarily.

* gnu/packages/task-management.scm (watson)
[arguments]<#:phases>: Disable sanity-check temporarily.

Change-Id: Ibc6611db2beef9d9f0d9450ce6685519b31023d7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-05-11 08:22:58 +02:00
committed by Sharlatan Hellseher
parent ce3ecc3cb4
commit cab412e054
+8
View File
@@ -741,6 +741,14 @@ them via CalDAV using, for example, @code{vdirsyncer}.")
(sha256
(base32 "0j0gqnxf0smjs0sy7ipryj1sk0s59wrh4qwr7h55zdr4wdhi407w"))))
(build-system pyproject-build-system)
(arguments
(list
#:phases
#~(modify-phases %standard-phases
;; FIXME This is an edge case to fix in the build system.
;; The issue seems that sanity-check is unable to handle
;; the case where the module and package have different names.
(delete 'sanity-check))))
(native-inputs
(list python-mock
python-pytest