diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-04-07 17:58:05 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-04-07 17:59:00 +0200 |
commit | 9ac6d3785f34d99034c27eb6f447b242d045b413 (patch) | |
tree | c1ec626ea8710959e3963b32b0d1fdd4935f1000 /guix/lint.scm | |
parent | 5d9d9383ac709608f5b1cebd05ddca5fbc3c7917 (diff) |
lint: 'm4' is a native input.
* guix/lint.scm (check-inputs-should-be-native): Add "m4".
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 2be3cc3ee3..72582cfffb 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -308,6 +308,7 @@ of a package, and INPUT-NAMES, a list of package specifications such as "intltool" "itstool" "libtool" + "m4" "qttools" "yasm" "nasm" "fasm" "python-coverage" "python2-coverage" |