guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: automake: Add 1.16.5.


From: guix-commits
Subject: 03/06: gnu: automake: Add 1.16.5.
Date: Thu, 7 Oct 2021 04:51:22 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit be1651990295d3fd66b61f516107625d74d7d68c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Oct 6 15:30:48 2021 +0200

    gnu: automake: Add 1.16.5.
    
    * gnu/packages/autotools.scm (automake-1.16.5): New variable.
---
 gnu/packages/autotools.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 6987a8f..238bd6b 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -444,6 +444,20 @@ intuitive format and then Automake works with Autoconf to 
produce a robust
 Makefile, simplifying the entire process for the developer.")
     (license gpl2+)))                      ; some files are under GPLv3+
 
+(define-public automake-1.16.5
+  (package
+    (inherit automake)
+    (version "1.16.5")
+    (source (origin
+             (method url-fetch)
+             (uri (string-append "mirror://gnu/automake/automake-"
+                                 version ".tar.xz"))
+             (sha256
+              (base32
+                "0sdl32qxdy7m06iggmkkvf7j520rmmgbsjzbm7fgnxwxdp6mh7gh"))
+             (patches
+              (search-patches "automake-skip-amhello-tests.patch"))))))
+
 (define-public libtool
   (package
     (name "libtool")



reply via email to

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