mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: texlive-latex-fancyvrb: Add needed propagated-inputs.
* gnu/packages/tex.scm (texlive-latex-fancyvrb)[propagated-inputs]: Add TEXLIVE-LATEX-UPQUOTE. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
1bcf02465c
commit
7a01586afe
1 changed files with 1 additions and 0 deletions
|
@ -3174,6 +3174,7 @@ (define-public texlive-latex-fancyvrb
|
|||
(base32
|
||||
"0pdilgpw4zc0ipp4z9kdi61nymifyjy2mfpk74xk2cw9vhynkk3w")
|
||||
#:trivial? #t))
|
||||
(propagated-inputs (list texlive-latex-upquote))
|
||||
(home-page "https://www.ctan.org/pkg/fancyvrb")
|
||||
(synopsis "Sophisticated verbatim text")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue