guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: libltdl: Remove unneeded patch.


From: Ludovic Courtès
Subject: 04/05: gnu: libltdl: Remove unneeded patch.
Date: Tue, 21 Apr 2015 21:23:59 +0000

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

commit ef593a103da92410192581be7a757e5654fae327
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 21 21:16:24 2015 +0200

    gnu: libltdl: Remove unneeded patch.
    
    * gnu/packages/autotools.scm (libltdl)[source]: Remove 'patches'.
---
 gnu/packages/autotools.scm |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index bc2b20e..24ff90c 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -303,12 +303,7 @@ complexity of working with shared libraries across 
platforms.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0vxj52zm709125gwv9qqlw02silj8bnjnh4y07arrz60r31ai1vw"))
-
-              ;; FIXME: We don't need this patch here, we just keep it to
-              ;; avoid a rebuild today.
-              (patches
-               (list (search-patch "libtool-skip-tests.patch")))))
+                "0vxj52zm709125gwv9qqlw02silj8bnjnh4y07arrz60r31ai1vw"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-ltdl-install") ;really install it



reply via email to

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