build-system/qt: Wrappers set 'QTWEBENGINEPROCESS_PATH' if needed.
Suggested by Maxim Cournoyer <maxim.cournoyer@gmail.com>. * guix/build/qt-build-system.scm (variables-for-wrapping): Add "QTWEBENGINEPROCESS_PATH".
This commit is contained in:
		
							parent
							
								
									c5fd1b0bd3
								
							
						
					
					
						commit
						06eb21856f
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -87,7 +87,8 @@
 | 
			
		|||
           "/cursors" "/wallpapers" "/icons" "/mime")
 | 
			
		||||
         '("XDG_CONFIG_DIRS" "/etc/xdg")
 | 
			
		||||
         '("QT_PLUGIN_PATH" "/lib/qt5/plugins")
 | 
			
		||||
         '("QML2_IMPORT_PATH" "/lib/qt5/qml"))))
 | 
			
		||||
         '("QML2_IMPORT_PATH" "/lib/qt5/qml")
 | 
			
		||||
         '("QTWEBENGINEPROCESS_PATH" "/lib/qt5/libexec/QtWebEngineProcess"))))
 | 
			
		||||
 | 
			
		||||
(define* (wrap-all-programs #:key inputs outputs
 | 
			
		||||
                            (qt-wrap-excluded-outputs '())
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue