guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: krita: Add comment about the wrapper.


From: Leo Famulari
Subject: 01/01: gnu: krita: Add comment about the wrapper.
Date: Wed, 3 Jan 2018 12:33:43 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 1ee750ba4c76d9eff248b0f0657e0d8f119607ff
Author: Leo Famulari <address@hidden>
Date:   Wed Jan 3 12:33:07 2018 -0500

    gnu: krita: Add comment about the wrapper.
    
    * gnu/packages/kde.scm (krita): Add comment.
---
 gnu/packages/kde.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index fdfca94..f0df445 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]