diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2022-09-01 15:00:25 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2022-09-01 18:31:26 +0200 |
| commit | 8cf7997d7c068eb87eadbd28ac8be4e0aeddbba3 (patch) | |
| tree | 94c1032013f7a945eeb5a4d8d6f3c665e7048257 /gnu/packages | |
| parent | 98a8b48a69b8208475c9a1e40d09517f8643b8cb (diff) | |
gnu: libtool: Reinstate 2.4.7.
This reverts commit 5b6b731c7d8ecbae0ead1600b4cd2f70c66d51ca, which was
most likely intended for 'core-updates'; 'libtool-2.4.7' is *not* a
duplicate package on the current 'master' branch.
Fixes <https://issues.guix.gnu.org/57356>.
Reported by Michael Ford <fanquake@gmail.com>.
* gnu/packages/autotools.scm (libtool-2.4.7): New variable.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/autotools.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index 71f4806b24c..118f25ba09f 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm | |||
| @@ -519,6 +519,18 @@ 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 | |||
| 522 | (define-public config | 534 | (define-public config |
| 523 | (let ((revision "1") | 535 | (let ((revision "1") |
| 524 | (commit "c8ddc8472f8efcadafc1ef53ca1d863415fddd5f")) | 536 | (commit "c8ddc8472f8efcadafc1ef53ca1d863415fddd5f")) |
