mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: ki18n: Disable a broken test.
This test is acknowledged to be broken upstream:
https://bugs.kde.org/show_bug.cgi?id=444614
241e0cfa96
* gnu/packages/kde-frameworks.scm (ki18n)[arguments]: Disable the
'kcatalogtest' in the custom 'check' phase.
Change-Id: I8eed809deb31a891bb62b7d5bb30a9de2c0141c1
This commit is contained in:
parent
9b4a07e58d
commit
5d08c05d22
1 changed files with 1 additions and 1 deletions
|
@ -1140,7 +1140,7 @@ (define-public ki18n
|
|||
(setenv "HOME"
|
||||
(getcwd))
|
||||
(invoke "ctest" "-E"
|
||||
"(kcountrytest|kcountrysubdivisiontest)")))))))
|
||||
"(kcatalogtest|kcountrytest|kcountrysubdivisiontest)")))))))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "KDE Gettext-based UI text internationalization")
|
||||
(description "KI18n provides functionality for internationalizing user
|
||||
|
|
Loading…
Reference in a new issue