gnu: krita: Add comment about the wrapper.

* gnu/packages/kde.scm (krita): Add comment.
master
Leo Famulari 2018-01-03 12:33:07 -05:00
parent 990e93fce1
commit 1ee750ba4c
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 1 deletions

View File

@ -263,7 +263,8 @@ plugins, as well as code to create plugins, or complete applications.")
"/include/OpenEXR"))
#:phases
(modify-phases %standard-phases
;; Ensure that icons are found at runtime
;; Ensure that icons are found at runtime.
;; This works around <https://bugs.gnu.org/22138>.
(add-after 'install 'wrap-executable
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))