mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue