guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: flex: Fix native-inputs field.


From: Mark H. Weaver
Subject: 01/01: gnu: flex: Fix native-inputs field.
Date: Mon, 01 Jun 2015 01:20:46 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit 20a946664da76e53a1336c10ead87f68b6f71001
Author: Mark H Weaver <address@hidden>
Date:   Sun May 31 21:18:54 2015 -0400

    gnu: flex: Fix native-inputs field.
    
    This is a followup to ba42199eb3 and dedaf76f66.
    
    * gnu/packages/flex.scm (flex)[native-inputs]: Add another layer of
      parentheses.
---
 gnu/packages/flex.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/flex.scm b/gnu/packages/flex.scm
index a436238..7988e93 100644
--- a/gnu/packages/flex.scm
+++ b/gnu/packages/flex.scm
@@ -61,7 +61,7 @@
        `(("bison" ,bison-for-tests)
          ("indent" ,indent))))
     ;; m4 is not present in PATH when cross-building
-    (native-inputs `("m4" ,m4))
+    (native-inputs `(("m4" ,m4)))
     (propagated-inputs `(("m4" ,m4)))
     (home-page "http://flex.sourceforge.net/";)
     (synopsis "Fast lexical analyser generator")



reply via email to

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