diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-01-02 23:40:56 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-02 23:40:56 +0100 |
commit | 2f8a123ed32eba2d63822327f86eadfba2c12143 (patch) | |
tree | 44e62858c8acffc702d85b87d061b4ea25ad6032 /distro/packages/base.scm | |
parent | feddc16c70d8271425563ceea9ca59c274279d0d (diff) | |
download | patches-2f8a123ed32eba2d63822327f86eadfba2c12143.tar patches-2f8a123ed32eba2d63822327f86eadfba2c12143.tar.gz |
distro: libtool: Add a "bin" output.
* distro/packages/autotools.scm (libtool): Add a "bin" output.
* distro/packages/base.scm (guile-final): Remove comment about retained
dependency.
Diffstat (limited to 'distro/packages/base.scm')
-rw-r--r-- | distro/packages/base.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/distro/packages/base.scm b/distro/packages/base.scm index 2190fc528c..63eea603ef 100644 --- a/distro/packages/base.scm +++ b/distro/packages/base.scm @@ -1034,9 +1034,6 @@ store.") ,@(alist-delete "bash" %boot3-inputs))) (define-public guile-final - ;; FIXME: The Libtool used here, specifically its `bin/libtool' script, - ;; holds a dependency on the bootstrap Binutils. Use multiple outputs for - ;; Libtool, so that that dependency is isolated in the "bin" output. (package-with-bootstrap-guile (package-with-explicit-inputs guile-2.0/fixed %boot4-inputs |