gnu: kdeconnect: Fix kdeconnectd path.
authorEfraim Flashner <efraim@flashner.co.il>
Sun, 17 May 2020 09:23:06 +0000 (12:23 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Sun, 17 May 2020 09:23:35 +0000 (12:23 +0300)
* gnu/packages/kde.scm (kdeconnect)[arguments]: Add configure-flag to
set libexec as a top-level directory in the output.

gnu/packages/kde.scm

index bf1ccef..a93e776 100644 (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)