lint: Check for more packages which should be native.

* guix/lint.scm (check-inputs-should-be-native): Add yasm, nasm, fasm.
This commit is contained in:
Efraim Flashner 2019-11-27 22:37:33 +02:00
parent 4632e7c787
commit e8c6644af1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View 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"