1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 11:01:48 +02:00

gnu: ibus-theme-tools: Do not delete check phase.

* gnu/packages/ibus.scm (ibus-theme-tools)[#:tests?]: Add with value #f and
an appropriate comment.
[#:phases]: Drop.
This commit is contained in:
Liliana Marie Prikler
2021-11-21 15:15:49 +01:00
parent 6972c4f212
commit f0a30bf8aa
+1 -3
View File
@@ -791,9 +791,7 @@ hanja dictionary and small hangul character classification.")
"0i8vwnikwd1bfpv4xlgzc51gn6s18q58nqhvcdiyjzcmy3z344c2"))))
(build-system python-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
(delete 'check))))
`(#:tests? #f)) ; No tests
(propagated-inputs
`(("python-tinycss2" ,python-tinycss2)
("python-pygobject" ,python-pygobject)))