gnu: kde-cli-tools: Fix build.
Follow up of 731413a680
.
* gnu/packages/kde-plasma.scm (kde-cli-tools)[arguments]<#:phases>:
Replace '/lib/libexec' with '/libexec'.
This commit is contained in:
parent
bbd6f715e8
commit
4c5373715d
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ GenericDataLocation.")
|
||||||
(lambda _
|
(lambda _
|
||||||
;; XXX: nixpkgs say kdesu need kdeinit5 in PATH, but i can't
|
;; XXX: nixpkgs say kdesu need kdeinit5 in PATH, but i can't
|
||||||
;; found in source, need check
|
;; found in source, need check
|
||||||
(symlink (string-append #$output "/lib/libexec/kf5/kdesu")
|
(symlink (string-append #$output "/libexec/kf5/kdesu")
|
||||||
(string-append #$output "/bin/kdesu")))))))
|
(string-append #$output "/bin/kdesu")))))))
|
||||||
(native-inputs (list extra-cmake-modules pkg-config shared-mime-info))
|
(native-inputs (list extra-cmake-modules pkg-config shared-mime-info))
|
||||||
(inputs (list kconfig
|
(inputs (list kconfig
|
||||||
|
|
Reference in a new issue