mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public kde-cli-tools
|
|||
(lambda _
|
||||
;; XXX: nixpkgs say kdesu need kdeinit5 in PATH, but i can't
|
||||
;; 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")))))))
|
||||
(native-inputs (list extra-cmake-modules pkg-config shared-mime-info))
|
||||
(inputs (list kconfig
|
||||
|
|
Loading…
Reference in a new issue