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 @@ 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")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue