gnu: texlive-datetime2: Add needed propagated-inputs.
Required packages can be seen with: $ rg RequirePackage $(guix build texlive-datetime2) * gnu/packages/tex.scm (texlive-datetime2)[propagated-inputs]: Add TEXLIVE-ETOOLBOX, TEXLIVE-LATEX-XKEYVAL, and TEXLIVE-TRACKLANG. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
		
							parent
							
								
									277c24442c
								
							
						
					
					
						commit
						d07342b166
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -12833,6 +12833,10 @@ orientation by conforming PDF viewers.")
 | 
				
			||||||
            "tex/latex/datetime2/")
 | 
					            "tex/latex/datetime2/")
 | 
				
			||||||
      (base32 "0yjkpfic1ni4j2g61rrjj5hjyd43shc9c0sg1aivbbsmqh30dn33")
 | 
					      (base32 "0yjkpfic1ni4j2g61rrjj5hjyd43shc9c0sg1aivbbsmqh30dn33")
 | 
				
			||||||
      #:trivial? #t))
 | 
					      #:trivial? #t))
 | 
				
			||||||
 | 
					    (propagated-inputs
 | 
				
			||||||
 | 
					     (list texlive-etoolbox
 | 
				
			||||||
 | 
					           texlive-latex-xkeyval
 | 
				
			||||||
 | 
					           texlive-tracklang))
 | 
				
			||||||
    (home-page "https://ctan.org/pkg/datetime2")
 | 
					    (home-page "https://ctan.org/pkg/datetime2")
 | 
				
			||||||
    (synopsis "Formats for dates, times and time zones")
 | 
					    (synopsis "Formats for dates, times and time zones")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue