gnu: plasma-workspace: Fix kinit path.

Follow up of 731413a680.

* gnu/packages/kde-plasma.scm (plasma-workspace)[arguments]<#:phases>:
Replace '/lib/libexec' with '/libexec'.
This commit is contained in:
宋文武 2023-08-18 17:48:34 +08:00
parent 4c5373715d
commit 4187638b60
No known key found for this signature in database
GPG Key ID: D415BF253B515976

View File

@ -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")