diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-03 12:57:03 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:16:47 +0200 |
commit | 213cde14e3c99c60380803f4a907ffb99cb3d164 (patch) | |
tree | 4254fa0851bcf3741707984c4c56707e3f3d8992 /guix | |
parent | 7a18bd9e74b56a04ec7e4e120789e91d78830444 (diff) |
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.scm | 2 |
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) |