me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2020-05-17 12:23:06 +03:00 committed by Tobias Geerinckx-Rice
parent 3d988acd40
commit bf16c55090
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -578,7 +578,8 @@ different notification systems.")
"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)