diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-12-13 17:57:15 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-12-13 17:57:15 +0100 |
commit | 219445154495d4923280e87fe5d95307f330f445 (patch) | |
tree | 4844c670251ab657564dc607644354cd225ea831 | |
parent | 8394619baceb118df92e355377fd543bb1aa501a (diff) |
gnu: optionmatrix: Avoid deprecated 'texlive-union'.
* gnu/packages/finance.scm (optionmatrix)[native-inputs]: Use
'texlive-updmap.cfg'.
-rw-r--r-- | gnu/packages/finance.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 57e69f9b31..15bf56bd73 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -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 |