summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-05-17 12:23:06 +0300
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-17 15:16:58 +0200
commitbf16c550903205de55ecc8a87d920f0d7a4bf0ac (patch)
tree914a53f8766a00c4d97a74a1b6083b831aee1e37
parent3d988acd407edbf89417d161cdfb54a9b15d797f (diff)
downloadguix-patches-bf16c550903205de55ecc8a87d920f0d7a4bf0ac.tar
guix-patches-bf16c550903205de55ecc8a87d920f0d7a4bf0ac.tar.gz
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.
-rw-r--r--gnu/packages/kde.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index bf1ccef3e3..a93e776bf0 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -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)