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.
This commit is contained in:
Nicolas Goaziou 2023-07-03 12:57:03 +02:00
parent 7a18bd9e74
commit 213cde14e3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -518,6 +518,8 @@ (define (check-inputs-should-be-native package)
"qmake"
"qttools-5"
"texinfo"
"texlive-tiny"
"texlive-updmap.cfg"
"xorg-server-for-tests"
"yelp-tools")))
(map (lambda (input)