From 1ee750ba4c76d9eff248b0f0657e0d8f119607ff Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 3 Jan 2018 12:33:07 -0500 Subject: 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(-) (limited to 'gnu/packages/kde.scm') diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index fdfca94e21..f0df44528e 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 . (add-after 'install 'wrap-executable (lambda* (#:key inputs outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out")) -- cgit v1.2.3