mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: krita: Add comment about the wrapper.
* gnu/packages/kde.scm (krita): Add comment.
This commit is contained in:
parent
990e93fce1
commit
1ee750ba4c
1 changed files with 2 additions and 1 deletions
|
@ -263,7 +263,8 @@ (define-public krita
|
|||
"/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"))
|
||||
|
|
Loading…
Reference in a new issue