diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-03-15 14:44:14 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-03-19 15:32:45 +0100 |
| commit | 2c41ba0fa17ec7e29e8db98822d66f9d9aebe4ab (patch) | |
| tree | aea919df98e6a296b13c9686a4e5e3f8c9d8caa0 | |
| parent | adb8a5b93f0b3b30891dd78b4c1eb394e7c564bd (diff) | |
lint: glibc-locales should not be an input at all.
* guix/lint.scm (check-inputs-should-not-be-an-input-at-all): Add glibc-locales.
Change-Id: Ia762088a35bfda3f665724af915253c9b030d733
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | guix/lint.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/lint.scm b/guix/lint.scm index 748c3c8e8e6..e5191c2dd22 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -634,7 +634,8 @@ of a package, and INPUT-NAMES, a list of package specifications such as '("python-pip" "python-pre-commit" "tzdata" - "nss-certs") + "nss-certs" + "glibc-locales") (map (cut string-append "python-" <>) pypi-ignored-inputs)))) (map (lambda (input) |
