gnu: Remove duplicate package.
* gnu/packages/autotools.scm (libtool-2.4.7): Remove variable.
This commit is contained in:
parent
45ca6967ab
commit
5b6b731c7d
1 changed files with 0 additions and 12 deletions
|
@ -519,18 +519,6 @@ complexity of working with shared libraries across platforms.")
|
||||||
(license gpl3+)
|
(license gpl3+)
|
||||||
(home-page "https://www.gnu.org/software/libtool/")))
|
(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
|
(define-public config
|
||||||
(let ((revision "1")
|
(let ((revision "1")
|
||||||
(commit "c8ddc8472f8efcadafc1ef53ca1d863415fddd5f"))
|
(commit "c8ddc8472f8efcadafc1ef53ca1d863415fddd5f"))
|
||||||
|
|
Reference in a new issue