lint: Check for more packages which should be native.
authorEfraim Flashner <efraim@flashner.co.il>
Wed, 27 Nov 2019 20:37:33 +0000 (22:37 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Thu, 28 Nov 2019 10:30:42 +0000 (12:30 +0200)
* guix/lint.scm (check-inputs-should-be-native): Add yasm, nasm, fasm.

guix/lint.scm

index 03a8e88..629604e 100644 (file)
@@ -292,6 +292,7 @@ of a package, and INPUT-NAMES, a list of package specifications such as
             "intltool"
             "itstool"
             "qttools"
+            "yasm" "nasm" "fasm"
             "python-coverage" "python2-coverage"
             "python-cython" "python2-cython"
             "python-docutils" "python2-docutils"