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:
parent
4c5373715d
commit
4187638b60
1 changed files with 1 additions and 1 deletions
|
@ -2500,7 +2500,7 @@ sensors, process information and other system resources.")
|
||||||
(substitute* "startkde/plasma-session/startup.cpp"
|
(substitute* "startkde/plasma-session/startup.cpp"
|
||||||
(("CMAKE_INSTALL_FULL_LIBEXECDIR_KF5..")
|
(("CMAKE_INSTALL_FULL_LIBEXECDIR_KF5..")
|
||||||
(string-append "\"" kinit
|
(string-append "\"" kinit
|
||||||
"/lib/libexec/kf5")))
|
"/libexec/kf5")))
|
||||||
(substitute* (list
|
(substitute* (list
|
||||||
"startkde/startplasma-wayland.cpp"
|
"startkde/startplasma-wayland.cpp"
|
||||||
"startkde/startplasma-x11.cpp")
|
"startkde/startplasma-x11.cpp")
|
||||||
|
|
Reference in a new issue