guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: lint: Check for more packages which should be nat


From: guix-commits
Subject: branch master updated: lint: Check for more packages which should be native.
Date: Thu, 09 Jan 2020 17:15:37 -0500

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bbd9063  lint: Check for more packages which should be native.
bbd9063 is described below

commit bbd9063afcb204b3f81c59d09f5c54d3b67f1e91
Author: Danny Milosavljevic <address@hidden>
AuthorDate: Thu Jan 9 16:32:16 2020 +0100

    lint: Check for more packages which should be native.
    
    * guix/lint.scm (check-inputs-should-be-native): Add autoconf, automake,
    bison, dejagnu, desktop-file-utils, doxygen, flex, gettext,
    gobject-introspection, googletest-source, groff, help2man, libtool, swig,
    qmake, qttools, texinfo, xorg-server-for-tests, yelp-tools.
---
 guix/lint.scm | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/guix/lint.scm b/guix/lint.scm
index e3544bd..ed2f06b 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -286,11 +286,24 @@ 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"
+            "gobject-introspection"
+            "googletest-source"
+            "groff"
+            "help2man"
             "intltool"
             "itstool"
+            "libtool"
             "qttools"
             "yasm" "nasm" "fasm"
             "python-coverage" "python2-coverage"
@@ -302,7 +315,13 @@ 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"
+            "yelp-tools")))
     (map (lambda (input)
            (make-warning
             package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]