gnu: luminance-hdr: Replace dependency on QtWebKit with QtWebEngine.
See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/image-viewers.scm (luminance-hdr)[inputs]: Remove qtwebkit. Add qtwebengine, qtdeclarative, and qtwebchannel.
This commit is contained in:
		
							parent
							
								
									f3d0ed37ea
								
							
						
					
					
						commit
						4bd060909d
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -607,7 +607,6 @@ It supports JPEG, PNG and GIF formats.")
 | 
			
		|||
     `(("qtbase" ,qtbase-5)
 | 
			
		||||
       ("qtdeclarative" ,qtdeclarative)
 | 
			
		||||
       ("qtsvg" ,qtsvg)
 | 
			
		||||
       ("qtwebkit" ,qtwebkit)
 | 
			
		||||
       ("boost" ,boost)
 | 
			
		||||
       ("eigen" ,eigen)
 | 
			
		||||
       ;; ("gtest" ,gtest)
 | 
			
		||||
| 
						 | 
				
			
			@ -618,6 +617,9 @@ It supports JPEG, PNG and GIF formats.")
 | 
			
		|||
       ("libjpeg" ,libjpeg-turbo)
 | 
			
		||||
       ("lcms" ,lcms)
 | 
			
		||||
       ("openexr" ,openexr-2)
 | 
			
		||||
       ("qtwebengine" ,qtwebengine)
 | 
			
		||||
       ("qtdeclarative" ,qtdeclarative)
 | 
			
		||||
       ("qtwebchannel" ,qtwebchannel)
 | 
			
		||||
       ("fftw" ,fftwf)
 | 
			
		||||
       ("gsl" ,gsl)
 | 
			
		||||
       ("libtiff" ,libtiff)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue