diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2020-01-12 23:21:59 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-01-12 23:21:59 +0100 |
commit | 1e44ae6fe71e374cb8a497faab51157752514815 (patch) | |
tree | b2be41f345059dd36253dfb5309fd8a69ffb67b5 | |
parent | b5f013929a776b6ae0611a1eeb19aa158412c65f (diff) | |
download | patches-1e44ae6fe71e374cb8a497faab51157752514815.tar patches-1e44ae6fe71e374cb8a497faab51157752514815.tar.gz |
lint: Check for more packages which should be native.
* guix/lint.scm (check-inputs-should-be-native): Add gtk-doc.
-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 ed2f06bc64..d2f24c61f8 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -300,6 +300,7 @@ of a package, and INPUT-NAMES, a list of package specifications such as "gobject-introspection" "googletest-source" "groff" + "gtk-doc" "help2man" "intltool" "itstool" |