guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libtool: Add m4 to propagated-inputs.


From: Mark H. Weaver
Subject: 02/02: gnu: libtool: Add m4 to propagated-inputs.
Date: Sun, 11 Jan 2015 00:19:14 +0000

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

commit 62c155c0bcbc0d71b1bc35e966193b6e8de03246
Author: Mark H Weaver <address@hidden>
Date:   Sat Jan 10 19:14:29 2015 -0500

    gnu: libtool: Add m4 to propagated-inputs.
    
    * gnu/packages/autotools.scm (libtool)[propagated-inputs]: Add m4.
---
 gnu/packages/autotools.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 07fdde7..8e72562 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -249,6 +249,7 @@ Makefile, simplifying the entire process for the 
developer.")
               (patches
                (list (search-patch "libtool-skip-tests.patch")))))
     (build-system gnu-build-system)
+    (propagated-inputs `(("m4" ,m4)))
     (native-inputs `(("m4" ,m4)
                      ("perl" ,perl)
                      ("automake" ,automake)      ;some tests rely on 'aclocal'



reply via email to

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