diff mbox series

[bug#52323] lint: 'kdoctools' is typically used only while building.

Message ID 9fa75c7a06aa313cc6736afc49ebf13260509937.1638764367.git.leo@famulari.name
State Accepted
Headers show
Series [bug#52323] lint: 'kdoctools' is typically used only while building. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Leo Famulari Dec. 6, 2021, 4:20 a.m. UTC
Does this seem correct? I'm only guessing here.

* guix/lint.scm (check-inputs-should-be-native): Add kdoctools.
---
 guix/lint.scm | 1 +
 1 file changed, 1 insertion(+)

Comments

Mathieu Othacehe Dec. 11, 2021, 9:23 a.m. UTC | #1
Hey Leo,

> * guix/lint.scm (check-inputs-should-be-native): Add kdoctools.

Seems reasonable to add kdoctools there.

Thanks,

Mathieu
Leo Famulari Dec. 16, 2021, 6:52 p.m. UTC | #2
On Sat, Dec 11, 2021 at 10:23:02AM +0100, Mathieu Othacehe wrote:
> 
> Hey Leo,
> 
> > * guix/lint.scm (check-inputs-should-be-native): Add kdoctools.
> 
> Seems reasonable to add kdoctools there.

Thanks, pushed as 18d5e7c96bc642319245824a0a22d58846e73f10
diff mbox series

Patch

diff --git a/guix/lint.scm b/guix/lint.scm
index ac2e7b3841..3baf903f4a 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -477,6 +477,7 @@  (define (check-inputs-should-be-native package)
             "help2man"
             "intltool"
             "itstool"
+            "kdoctools"
             "libtool"
             "m4"
             "qttools"