guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: kdeconnect: Fix kdeconnectd path.


From: guix-commits
Subject: branch master updated: gnu: kdeconnect: Fix kdeconnectd path.
Date: Sun, 17 May 2020 05:23:49 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 720855b  gnu: kdeconnect: Fix kdeconnectd path.
720855b is described below

commit 720855b5c516b5c4407cdbbe57af25ab93896311
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]