mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -255,7 +255,8 @@ (define (check-inputs-should-be-native package)
|
|||
;; native inputs.
|
||||
(let ((inputs (package-inputs package))
|
||||
(input-names
|
||||
'("pkg-config"
|
||||
'("pkg-config"
|
||||
"cmake"
|
||||
"extra-cmake-modules"
|
||||
"glib:bin"
|
||||
"intltool"
|
||||
|
|
Loading…
Reference in a new issue