guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: plasma-workspace: Fix kinit path.


From: guix-commits
Subject: 03/03: gnu: plasma-workspace: Fix kinit path.
Date: Fri, 18 Aug 2023 06:17:33 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit 4187638b60de09d97d1d4645c7077d043d6fd09d
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Fri Aug 18 17:48:34 2023 +0800

    gnu: plasma-workspace: Fix kinit path.
    
    Follow up of 731413a680a33ed1ad909e41e5b388561a63f365.
    
    * gnu/packages/kde-plasma.scm (plasma-workspace)[arguments]<#:phases>:
    Replace '/lib/libexec' with '/libexec'.
---
 gnu/packages/kde-plasma.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index e699111429..11586a6ce2 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2500,7 +2500,7 @@ sensors, process information and other system resources.")
                      (substitute* "startkde/plasma-session/startup.cpp"
                        (("CMAKE_INSTALL_FULL_LIBEXECDIR_KF5..")
                         (string-append "\"" kinit
-                                       "/lib/libexec/kf5")))
+                                       "/libexec/kf5")))
                      (substitute* (list
                                    "startkde/startplasma-wayland.cpp"
                                    "startkde/startplasma-x11.cpp")



reply via email to

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