gnu: chez-sockets: Use new name of texlive-pdftex.
* gnu/packages/chez.scm (chez-sockets)[native-inputs]: Replace "texlive-generic-pdftex" with "texlive-pdftex".
This commit is contained in:
parent
5b6600e689
commit
85ca23b0c5
@ -331,7 +331,7 @@ programming in Scheme.")
|
||||
(native-inputs
|
||||
`(("chez-scheme" ,chez-scheme)
|
||||
("chez-web" ,chez-web)
|
||||
("texlive" ,(texlive-union (list texlive-generic-pdftex)))))
|
||||
("texlive" ,(texlive-union (list texlive-pdftex)))))
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
#:phases
|
||||
|
Loading…
x
Reference in New Issue
Block a user