guix-commits
[Top][All Lists]
Advanced

[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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]