mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
lint: 'm4' is a native input.
* guix/lint.scm (check-inputs-should-be-native): Add "m4".
This commit is contained in:
parent
5d9d9383ac
commit
9ac6d3785f
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@ (define (check-inputs-should-be-native package)
|
|||
"intltool"
|
||||
"itstool"
|
||||
"libtool"
|
||||
"m4"
|
||||
"qttools"
|
||||
"yasm" "nasm" "fasm"
|
||||
"python-coverage" "python2-coverage"
|
||||
|
|
Loading…
Reference in a new issue