guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Remove duplicate package.


From: guix-commits
Subject: 01/02: gnu: Remove duplicate package.
Date: Wed, 13 Jul 2022 17:34:33 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 5b6b731c7d8ecbae0ead1600b4cd2f70c66d51ca
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jul 12 16:12:39 2022 +0200

    gnu: Remove duplicate package.
    
    * gnu/packages/autotools.scm (libtool-2.4.7): Remove variable.
---
 gnu/packages/autotools.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 118f25ba09..71f4806b24 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -519,18 +519,6 @@ complexity of working with shared libraries across 
platforms.")
     (license gpl3+)
     (home-page "https://www.gnu.org/software/libtool/";)))
 
-(define-public libtool-2.4.7
-  (package
-    (inherit libtool)
-    (version "2.4.7")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://gnu/libtool/libtool-"
-                                  version ".tar.xz"))
-              (sha256
-               (base32
-                "0pb3l4x37k6fj1lwnpzws55gi3pxl0hx56jm4bzmbrkw0mzj2zsg"))))))
-
 (define-public config
   (let ((revision "1")
         (commit "c8ddc8472f8efcadafc1ef53ca1d863415fddd5f"))



reply via email to

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