guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 03/03: gnu: optionmatrix: Avoid deprecated 'texlive-union'.
Date: Mon, 13 Dec 2021 12:31:17 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 219445154495d4923280e87fe5d95307f330f445
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Dec 13 17:57:15 2021 +0100

    gnu: optionmatrix: Avoid deprecated 'texlive-union'.
    
    * gnu/packages/finance.scm (optionmatrix)[native-inputs]: Use
    'texlive-updmap.cfg'.
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 57e69f9..15bf56b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]