diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-28 15:07:12 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-28 15:07:12 +0100 |
commit | 38313dd24c0284f1815f74205438f7c4c4f2b728 (patch) | |
tree | 8cef5abfc1890efcd01dcc083cf794ba6947631b /gnu/packages/tex.scm | |
parent | c5f1f8b81e66b6a63c6bcc173e34e96d9cda9270 (diff) | |
download | guix-38313dd24c0284f1815f74205438f7c4c4f2b728.tar guix-38313dd24c0284f1815f74205438f7c4c4f2b728.tar.gz |
gnu: Remove last texlive-generic-ulem reference.
* gnu/packages/tex.scm (texlive-jadetex)[native-inputs]: Remove last reference
to texlive-generic-ulem. Replace it with texlive-ulem.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 4fc25ed656..950554069a 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -6599,14 +6599,14 @@ Simple Young tableaux. ;; The t1cmr.fd file of texlive-latex-base refers to the ecrm font, ;; provided by the jknappen package collection. texlive-jknappen - texlive-generic-ulem texlive-hyperref texlive-latex-colortbl texlive-latex-fancyhdr texlive-latex-graphics ;for color.sty texlive-latex-tools ;for array.sty texlive-marvosym - texlive-tex-ini-files)) ;for pdftexconfig + texlive-tex-ini-files ;for pdftexconfig + texlive-ulem)) (home-page "https://www.ctan.org/pkg/jadetex/") (synopsis "TeX macros to produce TeX output using OpenJade") (description "JadeTeX is a companion package to the OpenJade DSSSL |