From e8c6644af1cea3223ec72dc3c734f686d3ecba61 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 27 Nov 2019 22:37:33 +0200 Subject: lint: Check for more packages which should be native. * guix/lint.scm (check-inputs-should-be-native): Add yasm, nasm, fasm. --- guix/lint.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix/lint.scm') 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" -- cgit v1.2.3