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.
This commit is contained in:
parent
fa10ae4fbb
commit
b67f7f667f
|
@ -319,7 +319,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")
|
||||
|
|
Loading…
Reference in New Issue