lint: inputs-should-be-native: Add "cmake".
Suggested by Nicolas Goaziou <mail@nicolasgoaziou.fr>. * guix/scripts/lint.scm (check-inputs-should-be-native)[input-names]: Add "cmake".
This commit is contained in:
parent
2b18ad054c
commit
27c81fcb86
|
@ -256,6 +256,7 @@ of a package, and INPUT-NAMES, a list of package specifications such as
|
|||
(let ((inputs (package-inputs package))
|
||||
(input-names
|
||||
'("pkg-config"
|
||||
"cmake"
|
||||
"extra-cmake-modules"
|
||||
"glib:bin"
|
||||
"intltool"
|
||||
|
|
Loading…
Reference in New Issue