diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-27 22:37:33 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-28 12:30:42 +0200 |
commit | e8c6644af1cea3223ec72dc3c734f686d3ecba61 (patch) | |
tree | d3259367b8542a72dc6c6caa5654696332c9875d /guix/lint.scm | |
parent | 4632e7c787a0792b4d73fc5c43f7498f4b5e5e06 (diff) |
lint: Check for more packages which should be native.
* guix/lint.scm (check-inputs-should-be-native): Add yasm, nasm, fasm.
Diffstat (limited to 'guix/lint.scm')
-rw-r--r-- | guix/lint.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/lint.scm b/guix/lint.scm index 03a8e88225..629604e0e9 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -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" |