guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: bison: Add m4 as a native input.


From: Manolis Fragkiskos Ragkousis
Subject: 03/05: gnu: bison: Add m4 as a native input.
Date: Thu, 21 May 2015 08:50:41 +0000

phant0mas pushed a commit to branch wip-hurd
in repository guix.

commit f9c5d28f3e3b37ab3e86370882b1b5ab8a1e55e0
Author: Manolis Ragkousis <address@hidden>
Date:   Tue May 12 20:42:38 2015 +0300

    gnu: bison: Add m4 as a native input.
    
    * gnu/packages/bison (bison): Add m4 as a native input.
---
 gnu/packages/bison.scm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm
index 43ab216..c8ec8cc 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -40,7 +40,9 @@
        (base32
         "1qbgf6q1n2z17k8g33444m0q68kf3fbiq65q7jlrzpvvj73jh957"))))
     (build-system gnu-build-system)
-    (native-inputs `(("perl" ,perl)))
+    (native-inputs `(("perl" ,perl)
+                     ;; m4 is not present in PATH when cross-building
+                     ("m4" ,m4)))
     (inputs `(("flex" ,flex)))
     (propagated-inputs `(("m4" ,m4)))
     (home-page "http://www.gnu.org/software/bison/";)



reply via email to

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