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
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user