gnu: libltdl: Remove unneeded patch.
* gnu/packages/autotools.scm (libltdl)[source]: Remove 'patches'.
This commit is contained in:
parent
4a2b74bf4c
commit
ef593a103d
|
@ -303,12 +303,7 @@ complexity of working with shared libraries across platforms.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vxj52zm709125gwv9qqlw02silj8bnjnh4y07arrz60r31ai1vw"))
|
"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")))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--enable-ltdl-install") ;really install it
|
'(#:configure-flags '("--enable-ltdl-install") ;really install it
|
||||||
|
|
Loading…
Reference in New Issue