1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-19 17:41:31 +02: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:
Ludovic Courtès
2017-05-18 14:03:05 +02:00
parent 2b18ad054c
commit 27c81fcb86
+2 -1
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"