summary refs log tree commit diff
path: root/guix
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-03 12:57:03 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:16:47 +0200
commit213cde14e3c99c60380803f4a907ffb99cb3d164 (patch)
tree4254fa0851bcf3741707984c4c56707e3f3d8992 /guix
parent7a18bd9e74b56a04ec7e4e120789e91d78830444 (diff)
downloadguix-213cde14e3c99c60380803f4a907ffb99cb3d164.tar.gz
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.
Diffstat (limited to 'guix')
-rw-r--r--guix/lint.scm2
1 files changed, 2 insertions, 0 deletions
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)