diff options
| -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) |
