Skip to content
Snippets Groups Projects
Commit 16142b3c authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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.
parent 2d2abb04
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ (define* (dist-package p source)
(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))))))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment