mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue