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:
Ricardo Wurmus 2020-10-27 09:27:27 +01:00
parent 5b6600e689
commit 85ca23b0c5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -331,7 +331,7 @@ (define-public chez-sockets
(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