me
/
guix
Archived
1
0
Fork 0

gnu: optionmatrix: Avoid deprecated 'texlive-union'.

* gnu/packages/finance.scm (optionmatrix)[native-inputs]: Use
'texlive-updmap.cfg'.
master
Ludovic Courtès 2021-12-13 17:57:15 +01:00
parent 8394619bac
commit 2194451544
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1841,8 +1841,8 @@ editing on the Web.")
(native-inputs
`(("pkg-config" ,pkg-config)
("texinfo" ,texinfo)
("texlive" ,(texlive-union (list texlive-epsf
texlive-tex-texinfo)))))
("texlive" ,(texlive-updmap.cfg (list texlive-epsf
texlive-tex-texinfo)))))
(home-page "https://anthonybradford.github.io/optionmatrix/")
(synopsis "Financial derivative calculator")
(description