diff options
author | Leo Famulari <leo@famulari.name> | 2021-12-05 23:17:53 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-12-16 13:51:54 -0500 |
commit | 18d5e7c96bc642319245824a0a22d58846e73f10 (patch) | |
tree | c50a3cd2d1f376997dc26d6f7d02764b112dfeb4 | |
parent | 88b4dcdabe512992ae79a50fc333e4e463d91634 (diff) |
lint: 'kdoctools' is typically used only while building.
* guix/lint.scm (check-inputs-should-be-native): Add kdoctools.
-rw-r--r-- | guix/lint.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/lint.scm b/guix/lint.scm index 8bbbe210d6..403f343b6c 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -478,6 +478,7 @@ of a package, and INPUT-NAMES, a list of package specifications such as "help2man" "intltool" "itstool" + "kdoctools" "libtool" "m4" "qttools" |