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:
parent
7a18bd9e74
commit
213cde14e3
@ -518,6 +518,8 @@ of a package, and INPUT-NAMES, a list of package specifications such as
|
|||||||
"qmake"
|
"qmake"
|
||||||
"qttools-5"
|
"qttools-5"
|
||||||
"texinfo"
|
"texinfo"
|
||||||
|
"texlive-tiny"
|
||||||
|
"texlive-updmap.cfg"
|
||||||
"xorg-server-for-tests"
|
"xorg-server-for-tests"
|
||||||
"yelp-tools")))
|
"yelp-tools")))
|
||||||
(map (lambda (input)
|
(map (lambda (input)
|
||||||
|
Loading…
Reference in New Issue
Block a user