[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/66: build-system/gnu: Adjust to removal of a "bin" output for Libtool
From: |
Manolis Fragkiskos Ragkousis |
Subject: |
05/66: build-system/gnu: Adjust to removal of a "bin" output for Libtool. |
Date: |
Thu, 21 May 2015 12:51:47 +0000 |
phant0mas pushed a commit to branch wip-hurd
in repository guix.
commit 720c5cf2ef6c9367a8fc736e5a5da162672cf0a6
Author: Ludovic Courtès <address@hidden>
Date: Fri May 1 22:05:10 2015 +0200
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.
---
guix/build-system/gnu.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/guix/build-system/gnu.scm b/guix/build-system/gnu.scm
index 3ccdef1..a383c8c 100644
--- a/guix/build-system/gnu.scm
+++ b/guix/build-system/gnu.scm
@@ -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))))))))
- branch wip-hurd created (now c981345), Manolis Fragkiskos Ragkousis, 2015/05/21
- 04/66: gnu: gcj: Remove broken symlink and conflicting files., Manolis Fragkiskos Ragkousis, 2015/05/21
- 06/66: build-system/gnu: 'dist-package' preserves the package's native inputs., Manolis Fragkiskos Ragkousis, 2015/05/21
- 05/66: build-system/gnu: Adjust to removal of a "bin" output for Libtool.,
Manolis Fragkiskos Ragkousis <=
- 09/66: install: Add bash-completion to the packages., Manolis Fragkiskos Ragkousis, 2015/05/21
- 02/66: gnu: ebook: Drop circular inclusion of the module into itself., Manolis Fragkiskos Ragkousis, 2015/05/21
- 12/66: gnu: cppunit: Explicitly link with libdl., Manolis Fragkiskos Ragkousis, 2015/05/21
- 10/66: guix: packages: Add package-direct-sources and package-transitive-sources., Manolis Fragkiskos Ragkousis, 2015/05/21
- 13/66: gnu: Add librevenge., Manolis Fragkiskos Ragkousis, 2015/05/21
- 15/66: gnu: dejagnu: Update to 1.5.3., Manolis Fragkiskos Ragkousis, 2015/05/21
- 08/66: profiles: Store search paths in manifests., Manolis Fragkiskos Ragkousis, 2015/05/21
- 16/66: gnu: help2man: Update to 1.46.6., Manolis Fragkiskos Ragkousis, 2015/05/21
- 01/66: services: Add console-keymap service., Manolis Fragkiskos Ragkousis, 2015/05/21
- 14/66: gnu: Add libwpd., Manolis Fragkiskos Ragkousis, 2015/05/21