diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-11-01 10:56:39 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-11-05 10:56:36 +0100 |
commit | fa274ab2c0121e0d46c10cc2a56390ec3c463747 (patch) | |
tree | 76957d10f8c388d8eb45cb8cd58b0f868bb2b200 | |
parent | 6211aadf4b396318bb35617256643e33f1e1997e (diff) | |
download | guix-fa274ab2c0121e0d46c10cc2a56390ec3c463747.tar.gz guix-fa274ab2c0121e0d46c10cc2a56390ec3c463747.zip |
gnu: kimageformats: Update comment.
* gnu/packages/kde-frameworks.scm(kimageformats): Update comment.
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 5b4c3907f4..efd78766a5 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1573,7 +1573,9 @@ by applications to write metadata.") (arguments `(#:phases (modify-phases %standard-phases - ;; This test fails regularly, delete offending portion + ;; This test fails regularly (also at KDE CI, see + ;; https://build.kde.org/job/Frameworks%20kimageformats%20kf5-qt5%20XenialQt5.7/6/testReport/) + ;; delete offending portion (add-after 'unpack 'neuter-read-xcf-test (lambda _ (delete-file "autotests/read/xcf/simple-rgba-gimp-2.8.10.png") |