diff options
| author | Marius Bakke <marius@gnu.org> | 2022-07-12 16:12:39 +0200 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-07-13 23:25:11 +0200 |
| commit | 5b6b731c7d8ecbae0ead1600b4cd2f70c66d51ca (patch) | |
| tree | 00e48ee86e1a06a18734e6af92ad46d930a2b6e2 | |
| parent | 45ca6967ab7ac91b66e5b6fddfbc63317ff219a9 (diff) | |
gnu: Remove duplicate package.
* gnu/packages/autotools.scm (libtool-2.4.7): Remove variable.
| -rw-r--r-- | gnu/packages/autotools.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index 118f25ba09f..71f4806b24c 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm | |||
| @@ -519,18 +519,6 @@ complexity of working with shared libraries across platforms.") | |||
| 519 | (license gpl3+) | 519 | (license gpl3+) |
| 520 | (home-page "https://www.gnu.org/software/libtool/"))) | 520 | (home-page "https://www.gnu.org/software/libtool/"))) |
| 521 | 521 | ||
| 522 | (define-public libtool-2.4.7 | ||
| 523 | (package | ||
| 524 | (inherit libtool) | ||
| 525 | (version "2.4.7") | ||
| 526 | (source (origin | ||
| 527 | (method url-fetch) | ||
| 528 | (uri (string-append "mirror://gnu/libtool/libtool-" | ||
| 529 | version ".tar.xz")) | ||
| 530 | (sha256 | ||
| 531 | (base32 | ||
| 532 | "0pb3l4x37k6fj1lwnpzws55gi3pxl0hx56jm4bzmbrkw0mzj2zsg")))))) | ||
| 533 | |||
| 534 | (define-public config | 522 | (define-public config |
| 535 | (let ((revision "1") | 523 | (let ((revision "1") |
| 536 | (commit "c8ddc8472f8efcadafc1ef53ca1d863415fddd5f")) | 524 | (commit "c8ddc8472f8efcadafc1ef53ca1d863415fddd5f")) |
