gnu: Add poppler-qt6.
* gnu/packages/pdf.scm (poppler-qt6): New variable. Change-Id: I02d64596d394956b6418993f24b10ebd607c4058
This commit is contained in:
		
							parent
							
								
									65239de983
								
							
						
					
					
						commit
						8b93c55e10
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		|  | @ -431,6 +431,13 @@ When present, Poppler is able to correctly render CJK and Cyrillic text.") | |||
|              ,@(package-inputs poppler))) | ||||
|    (synopsis "Qt5 frontend for the Poppler PDF rendering library"))) | ||||
| 
 | ||||
| (define-public poppler-qt6 | ||||
|   (package/inherit poppler | ||||
|     (name "poppler-qt6") | ||||
|     (inputs (modify-inputs (package-inputs poppler) | ||||
|               (append qtbase))) | ||||
|     (synopsis "Qt6 frontend for the Poppler PDF rendering library"))) | ||||
| 
 | ||||
| (define-public python-poppler-qt5 | ||||
|   (package | ||||
|     (name "python-poppler-qt5") | ||||
|  |  | |||
		Reference in a new issue