mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: kdeconnect: Fix kdeconnectd path.
* gnu/packages/kde.scm (kdeconnect)[arguments]: Add configure-flag to set libexec as a top-level directory in the output.
This commit is contained in:
parent
99bf646d8f
commit
720855b5c5
1 changed files with 2 additions and 1 deletions
|
@ -578,7 +578,8 @@ (define-public kdeconnect
|
|||
"02lr3xx5s2mgddac4n3lkgr7ppf1z5m6ajs90rjix0vs8a271kp5"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-DBUILD_TESTING=ON")
|
||||
`(#:configure-flags '("-DBUILD_TESTING=ON"
|
||||
"-DLIBEXEC_INSTALL_DIR=libexec")
|
||||
#:tests? #f)) ; tests fail hard in our build environment
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
|
|
Loading…
Reference in a new issue