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".
master
Ludovic Courtès 2017-05-18 14:03:05 +02:00
parent 2b18ad054c
commit 27c81fcb86
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -255,7 +255,8 @@ of a package, and INPUT-NAMES, a list of package specifications such as
;; native inputs.
(let ((inputs (package-inputs package))
(input-names
'("pkg-config"
'("pkg-config"
"cmake"
"extra-cmake-modules"
"glib:bin"
"intltool"