guix-commits
[Top][All Lists]
Advanced

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

16/23: gnu: bluez-qt: Install udev-rules.


From: Hartmut Goebel
Subject: 16/23: gnu: bluez-qt: Install udev-rules.
Date: Fri, 22 Sep 2017 08:55:33 -0400 (EDT)

htgoebel pushed a commit to branch wip-qt-paths
in repository guix.

commit b762d0865ce8d771f1cfb3918e617d1716a278a9
Author: Hartmut Goebel <address@hidden>
Date:   Wed Sep 20 14:08:43 2017 +0200

    gnu: bluez-qt: Install udev-rules.
    
    This requires setting UDEV_RULES_INSTALL_DIR since the CMakeLists.txt does 
not
    base this any prefix.
    
    * gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]<#:configure-flags>:
      Remove INSTALL_UDEV_RULE=OFF, add UDEV_RULES_INSTALL_DIR.
---
 gnu/packages/kde-frameworks.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index bb3626e..e4e20d1 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -309,7 +309,8 @@ 
http://freedesktop.org/wiki/Specifications/open-collaboration-services/";)
      `(("qtbase" ,qtbase)))
     (arguments
      `(#:configure-flags
-       '("-DINSTALL_UDEV_RULE:BOOL=OFF")
+       (list (string-append
+              "-DUDEV_RULES_INSTALL_DIR=" %output "/lib/udev/rules.d"))
        #:tests? #f)) ; DBUS_FATAL_WARNINGS=0 still yields 7/8 tests failing
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "QML wrapper for BlueZ")



reply via email to

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