summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-10-27 09:17:04 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-12-23 10:10:59 +0100
commit63482d6f45e1652617315d5d23a86844bcb37927 (patch)
treea5f77bdd95fc442981e1d36ee9470c133404958f /gnu
parent0b4d0c6db33e479b752502ec2952f3855af48879 (diff)
downloadguix-patches-63482d6f45e1652617315d5d23a86844bcb37927.tar
guix-patches-63482d6f45e1652617315d5d23a86844bcb37927.tar.gz
gnu: teximpatient: Use new name for texlive-pdftex.
* gnu/packages/tex.scm (teximpatient)[native-inputs]: Replace texlive-generic-pdftex with texlive-pdftex.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c76aa0ed0d..a094fd27d5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6261,7 +6261,7 @@ develop documents with LaTeX, in a single application.")
texlive-fonts-adobe-zapfding
texlive-fonts-knuth-lib
texlive-fonts-mflogo-font
- texlive-generic-pdftex)))
+ texlive-pdftex)))
("automake" ,automake)))
(home-page "https://www.gnu.org/software/teximpatient/")
(synopsis "Book on TeX, plain TeX and Eplain")