guix-commits
[Top][All Lists]
Advanced

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

07/12: guix: Add linter warning about texlive-updmap.cfg and texlive-tin


From: guix-commits
Subject: 07/12: guix: Add linter warning about texlive-updmap.cfg and texlive-tiny.
Date: Mon, 3 Jul 2023 16:27:39 -0400 (EDT)

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

commit cc9464a54f4a55011403bd0ea08efa84dbf9998d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 3 12:57:03 2023 +0200

    guix: Add linter warning about texlive-updmap.cfg and texlive-tiny.
    
    * guix/lint.scm (check-inputs-should-be-native): Warn when 
TEXLIVE-UPDMAP.CFG
    and TEXLIVE-TINY are not native inputs.
---
 guix/lint.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/guix/lint.scm b/guix/lint.scm
index 72b3f4e7b1..502e695011 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -518,6 +518,8 @@ of a package, and INPUT-NAMES, a list of package 
specifications such as
             "qmake"
             "qttools-5"
             "texinfo"
+            "texlive-tiny"
+            "texlive-updmap.cfg"
             "xorg-server-for-tests"
             "yelp-tools")))
     (map (lambda (input)



reply via email to

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