ngz pushed a commit to branch tex-team
in repository guix.

commit f55512baf10e6c3cce4c4b7b873eb1d1175623df
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jun 22 00:08:50 2024 +0200

    gnu: texlive-psfragx: Remove native inputs.
    
    * gnu/packages/tex.scm (texlive-psfragx)[native-inputs]: Remove
    TEXLIVE-UPDMAP.CFG.
    
    Change-Id: Ia18cf6dd2304a6bd6f3c0dc33c3af3071450e91d
---
 gnu/packages/tex.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c79c86851d..0afea3689f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -116321,7 +116321,6 @@ vote results and action items.")
     (arguments
      (list #:tex-format "latex"
            #:build-targets #~(list "psfragx.dtx")))
-    (native-inputs (list (texlive-updmap.cfg)))
     (home-page "https://ctan.org/pkg/psfragx";)
     (synopsis "@code{psfrag} extension")
     (description

Reply via email to