mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
6972c4f212
commit
f0a30bf8aa
1 changed files with 1 additions and 3 deletions
|
@ -791,9 +791,7 @@ hanja dictionary and small hangul character classification.")
|
||||||
"0i8vwnikwd1bfpv4xlgzc51gn6s18q58nqhvcdiyjzcmy3z344c2"))))
|
"0i8vwnikwd1bfpv4xlgzc51gn6s18q58nqhvcdiyjzcmy3z344c2"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
`(#:tests? #f)) ; No tests
|
||||||
(modify-phases %standard-phases
|
|
||||||
(delete 'check))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-tinycss2" ,python-tinycss2)
|
`(("python-tinycss2" ,python-tinycss2)
|
||||||
("python-pygobject" ,python-pygobject)))
|
("python-pygobject" ,python-pygobject)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue