guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

97/104: gnu: kdeconnect: Fix kdeconnectd path.


From: guix-commits
Subject: 97/104: gnu: kdeconnect: Fix kdeconnectd path.
Date: Sun, 17 May 2020 11:36:53 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit bf16c550903205de55ecc8a87d920f0d7a4bf0ac
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun May 17 12:23:06 2020 +0300

    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.
---
 gnu/packages/kde.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index bf1ccef..a93e776 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]