guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e3f856a454f157b759665060f1a05408a1ce989c
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Jan 5 12:45:15 2026 +0200
guix: lint: Check if minimal packages should be native-inputs.
* guix/lint.scm (check-inputs-should-be-native): Add minimal variants of
packages.
Change-Id: I8a05a5390092d776cb30c424b11645e650636ec0
---
guix/lint.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/guix/lint.scm b/guix/lint.scm
index a844981eb9..19be149d2f 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -582,17 +582,17 @@ of a package, and INPUT-NAMES, a list of package
specifications such as
"autoconf"
"automake"
"bison"
- "cmake"
+ "cmake" "cmake-minimal"
"dejagnu"
"desktop-file-utils"
"doxygen"
"extra-cmake-modules"
"flex"
- "gettext"
+ "gettext" "gettext-minimal"
"glib:bin"
"gobject-introspection"
"googletest-source"
- "groff"
+ "groff" "groff-minimal"
"gtk-doc"
"help2man"
"intltool"