gnu: libltdl: Remove unneeded patch.
authorLudovic Courtès <ludo@gnu.org>
Tue, 21 Apr 2015 19:16:24 +0000 (21:16 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 21 Apr 2015 19:16:24 +0000 (21:16 +0200)
* gnu/packages/autotools.scm (libltdl)[source]: Remove 'patches'.

gnu/packages/autotools.scm

index bc2b20e..24ff90c 100644 (file)
@@ -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