~ruther/guix-local

16142b3c14b4d913fd941a96fff12d598cb4a1d6 — Ludovic Courtès 11 years ago 2d2abb0
build-system/gnu: Adjust to removal of a "bin" output for Libtool.

* guix/build-system/gnu.scm (dist-package): Change libtool:bin input to
  just libtool.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/build-system/gnu.scm
M guix/build-system/gnu.scm => guix/build-system/gnu.scm +1 -1
@@ 206,7 206,7 @@ runs `make distcheck' and whose result is one or more source tarballs."
                    (module-ref (resolve-interface module) var))))
         `(("autoconf" ,(ref '(gnu packages autotools) 'autoconf))
           ("automake" ,(ref '(gnu packages autotools) 'automake))
           ("libtool"  ,(ref '(gnu packages autotools) 'libtool) "bin")
           ("libtool"  ,(ref '(gnu packages autotools) 'libtool))
           ("gettext"  ,(ref '(gnu packages gettext) 'gnu-gettext))
           ("texinfo"  ,(ref '(gnu packages texinfo) 'texinfo))))))))