diff mbox series

[bug#39056] lint: Check for more packages which should be native.

Message ID 20200109153347.5886-1-dannym@scratchpost.org
State Accepted
Headers show
Series [bug#39056] lint: Check for more packages which should be native. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Danny Milosavljevic Jan. 9, 2020, 3:33 p.m. UTC
* guix/lint.scm (check-inputs-should-be-native): Add autoconf, automake,
bison, dejagnu, desktop-file-utils, doxygen, flex, gettext,
googletest-source, groff, help2man, libtool, swig, qmake, qttools,
texinfo, xorg-server-for-tests.
---
 guix/lint.scm | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

Comments

Danny Milosavljevic Jan. 9, 2020, 5:04 p.m. UTC | #1
And yelp-tools
Danny Milosavljevic Jan. 9, 2020, 5:10 p.m. UTC | #2
And gobject-introspection
Ludovic Courtès Jan. 9, 2020, 9:48 p.m. UTC | #3
Hello,

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> * guix/lint.scm (check-inputs-should-be-native): Add autoconf, automake,
> bison, dejagnu, desktop-file-utils, doxygen, flex, gettext,
> googletest-source, groff, help2man, libtool, swig, qmake, qttools,
> texinfo, xorg-server-for-tests.

LGTM!

> And yelp-tools
> And gobject-introspection

Those too.  :-)

Thanks,
Ludo’.
Danny Milosavljevic Jan. 9, 2020, 10:15 p.m. UTC | #4
Pushed to guix master as commit bbd9063afcb204b3f81c59d09f5c54d3b67f1e91.

Thanks!
diff mbox series

Patch

diff --git a/guix/lint.scm b/guix/lint.scm
index e3544bd963..4e3aa2f00d 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -286,11 +286,23 @@  of a package, and INPUT-NAMES, a list of package specifications such as
   (let ((inputs (package-inputs package))
         (input-names
          '("pkg-config"
+            "autoconf"
+            "automake"
+            "bison"
             "cmake"
+            "dejagnu"
+            "desktop-file-utils"
+            "doxygen"
             "extra-cmake-modules"
+            "flex"
+            "gettext"
             "glib:bin"
+            "googletest-source"
+            "groff"
+            "help2man"
             "intltool"
             "itstool"
+            "libtool"
             "qttools"
             "yasm" "nasm" "fasm"
             "python-coverage" "python2-coverage"
@@ -302,7 +314,12 @@  of a package, and INPUT-NAMES, a list of package specifications such as
             "python-pytest" "python2-pytest"
             "python-pytest-cov" "python2-pytest-cov"
             "python-setuptools-scm" "python2-setuptools-scm"
-            "python-sphinx" "python2-sphinx")))
+            "python-sphinx" "python2-sphinx"
+            "swig"
+            "qmake"
+            "qttools"
+            "texinfo"
+            "xorg-server-for-tests")))
     (map (lambda (input)
            (make-warning
             package