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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user