[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: lint: inputs-should-be-native: Add "cmake".
From: |
Ludovic Courtès |
Subject: |
06/06: lint: inputs-should-be-native: Add "cmake". |
Date: |
Thu, 18 May 2017 08:23:09 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 27c81fcb8671db0c000f4ed182e7ea55cdc0768f
Author: Ludovic Courtès <address@hidden>
Date: Thu May 18 14:03:05 2017 +0200
lint: inputs-should-be-native: Add "cmake".
Suggested by Nicolas Goaziou <address@hidden>.
* guix/scripts/lint.scm (check-inputs-should-be-native)[input-names]:
Add "cmake".
---
guix/scripts/lint.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index f2720f6..6f30d37 100644
--- a/guix/scripts/lint.scm
+++ b/guix/scripts/lint.scm
@@ -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"
- branch master updated (7fb6a9d -> 27c81fc), Ludovic Courtès, 2017/05/18
- 03/06: gnu: Add emacs-helm-swoop., Ludovic Courtès, 2017/05/18
- 04/06: gnu: Add emacs-helm-projectile., Ludovic Courtès, 2017/05/18
- 02/06: gnu: emacs-helm: Update to 2.7.0., Ludovic Courtès, 2017/05/18
- 01/06: gnu: emacs-async: Update to 1.9.2., Ludovic Courtès, 2017/05/18
- 06/06: lint: inputs-should-be-native: Add "cmake".,
Ludovic Courtès <=
- 05/06: gnu: Add gemma., Ludovic Courtès, 2017/05/18