gnu: kde-cli-tools: Fix build.
Follow up of 731413a680a33ed1ad909e41e5b388561a63f365. * gnu/packages/kde-plasma.scm (kde-cli-tools)[arguments]<#:phases>: Replace '/lib/libexec' with '/libexec'.
This commit is contained in:
parent
bbd6f715e8
commit
4c5373715d
@ -449,7 +449,7 @@ GenericDataLocation.")
|
||||
(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…
x
Reference in New Issue
Block a user