summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2024-07-10 15:17:11 -0400
committerChristopher Baines <mail@cbaines.net>2024-07-11 10:25:25 +0100
commit28c5f5326ee23b06b91d42e79587c48ab8018999 (patch)
tree2f8517fcf47a94fe8af10ed6adafd9647739d7d5
parent16d3b43c0fa956e13ce2c57fd62f697fdde3183e (diff)
downloadguix-patches-28c5f5326ee23b06b91d42e79587c48ab8018999.tar
guix-patches-28c5f5326ee23b06b91d42e79587c48ab8018999.tar.gz
gnu: ki18n: Disable a broken test.
This test is acknowledged to be broken upstream: https://bugs.kde.org/show_bug.cgi?id=444614 https://invent.kde.org/frameworks/ki18n/-/commit/241e0cfa96b1491721f361f1713b3514c58bde56 * gnu/packages/kde-frameworks.scm (ki18n)[arguments]: Disable the 'kcatalogtest' in the custom 'check' phase. Change-Id: I8eed809deb31a891bb62b7d5bb30a9de2c0141c1
-rw-r--r--gnu/packages/kde-frameworks.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 08329820fa..d66420c5ce 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -904,7 +904,7 @@ other special events for a geographical region.")
(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