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))
|
(let ((inputs (package-inputs package))
|
||||||
(input-names
|
(input-names
|
||||||
'("pkg-config"
|
'("pkg-config"
|
||||||
|
"cmake"
|
||||||
"extra-cmake-modules"
|
"extra-cmake-modules"
|
||||||
"glib:bin"
|
"glib:bin"
|
||||||
"intltool"
|
"intltool"
|
||||||
|
|
Loading…
Reference in New Issue