mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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:
parent
4632e7c787
commit
e8c6644af1
1 changed files with 1 additions and 0 deletions
|
@ -292,6 +292,7 @@ (define (check-inputs-should-be-native package)
|
|||
"intltool"
|
||||
"itstool"
|
||||
"qttools"
|
||||
"yasm" "nasm" "fasm"
|
||||
"python-coverage" "python2-coverage"
|
||||
"python-cython" "python2-cython"
|
||||
"python-docutils" "python2-docutils"
|
||||
|
|
Loading…
Reference in a new issue