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)
 | 
					     `(("qtbase" ,qtbase-5)
 | 
				
			||||||
       ("qtdeclarative" ,qtdeclarative)
 | 
					       ("qtdeclarative" ,qtdeclarative)
 | 
				
			||||||
       ("qtsvg" ,qtsvg)
 | 
					       ("qtsvg" ,qtsvg)
 | 
				
			||||||
       ("qtwebkit" ,qtwebkit)
 | 
					 | 
				
			||||||
       ("boost" ,boost)
 | 
					       ("boost" ,boost)
 | 
				
			||||||
       ("eigen" ,eigen)
 | 
					       ("eigen" ,eigen)
 | 
				
			||||||
       ;; ("gtest" ,gtest)
 | 
					       ;; ("gtest" ,gtest)
 | 
				
			||||||
| 
						 | 
					@ -618,6 +617,9 @@ It supports JPEG, PNG and GIF formats.")
 | 
				
			||||||
       ("libjpeg" ,libjpeg-turbo)
 | 
					       ("libjpeg" ,libjpeg-turbo)
 | 
				
			||||||
       ("lcms" ,lcms)
 | 
					       ("lcms" ,lcms)
 | 
				
			||||||
       ("openexr" ,openexr-2)
 | 
					       ("openexr" ,openexr-2)
 | 
				
			||||||
 | 
					       ("qtwebengine" ,qtwebengine)
 | 
				
			||||||
 | 
					       ("qtdeclarative" ,qtdeclarative)
 | 
				
			||||||
 | 
					       ("qtwebchannel" ,qtwebchannel)
 | 
				
			||||||
       ("fftw" ,fftwf)
 | 
					       ("fftw" ,fftwf)
 | 
				
			||||||
       ("gsl" ,gsl)
 | 
					       ("gsl" ,gsl)
 | 
				
			||||||
       ("libtiff" ,libtiff)))
 | 
					       ("libtiff" ,libtiff)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue