mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -319,7 +319,8 @@ (define-public bluez-qt
|
|||
`(("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 a new issue