gnu: texmaker: Don't depend on QtWebKit.
The program stopped using QtWebKit in version 5.0. See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/tex.scm (texmaker)[inputs]: Remove qtwebkit.
This commit is contained in:
		
							parent
							
								
									07f45615c3
								
							
						
					
					
						commit
						f8bfb2d856
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -7581,7 +7581,7 @@ PDF documents.")
 | 
				
			||||||
                       (string-append "METAINFODIR=" out "/share/metainfo")
 | 
					                       (string-append "METAINFODIR=" out "/share/metainfo")
 | 
				
			||||||
                       "texmaker.pro")))))))
 | 
					                       "texmaker.pro")))))))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list poppler-qt5 qtbase-5 qtscript qtwebkit zlib))
 | 
					     (list poppler-qt5 qtbase-5 qtscript zlib))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list pkg-config))
 | 
					     (list pkg-config))
 | 
				
			||||||
    (home-page "http://www.xm1math.net/texmaker/")
 | 
					    (home-page "http://www.xm1math.net/texmaker/")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue