gnu: optionmatrix: Avoid deprecated 'texlive-union'.
* gnu/packages/finance.scm (optionmatrix)[native-inputs]: Use 'texlive-updmap.cfg'.master
parent
8394619bac
commit
2194451544
|
@ -1841,7 +1841,7 @@ editing on the Web.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("texinfo" ,texinfo)
|
("texinfo" ,texinfo)
|
||||||
("texlive" ,(texlive-union (list texlive-epsf
|
("texlive" ,(texlive-updmap.cfg (list texlive-epsf
|
||||||
texlive-tex-texinfo)))))
|
texlive-tex-texinfo)))))
|
||||||
(home-page "https://anthonybradford.github.io/optionmatrix/")
|
(home-page "https://anthonybradford.github.io/optionmatrix/")
|
||||||
(synopsis "Financial derivative calculator")
|
(synopsis "Financial derivative calculator")
|
||||||
|
|
Reference in New Issue