From 213cde14e3c99c60380803f4a907ffb99cb3d164 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 3 Jul 2023 12:57:03 +0200 Subject: 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. --- guix/lint.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'guix/lint.scm') 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) -- cgit v1.2.3