[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/66: gnu: hurd: Add flex as an input to mig.
From: |
Manolis Fragkiskos Ragkousis |
Subject: |
66/66: gnu: hurd: Add flex as an input to mig. |
Date: |
Thu, 21 May 2015 12:52:13 +0000 |
phant0mas pushed a commit to branch wip-hurd
in repository guix.
commit c981345f1a7472297ac2c70601d4b684087cd3f6
Author: Manolis Ragkousis <address@hidden>
Date: Tue May 12 20:59:32 2015 +0300
gnu: hurd: Add flex as an input to mig.
* gnu/packages/hurd (mig): Add flex as an input.
---
gnu/packages/hurd.scm | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 1502761..d6b58ed 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -78,7 +78,9 @@
(base32
"13r1pg8icyc0pl082z7k36i440pr1f3nr7ahig3rrc0r7qndqmk9"))))
(build-system gnu-build-system)
- (inputs `(("gnumach-headers" ,gnumach-headers)))
+ ;; Flex is needed both at build and run time.
+ (inputs `(("gnumach-headers" ,gnumach-headers)
+ ("flex" ,flex)))
(native-inputs
`(("flex" ,flex)
("bison" ,bison)))
- 61/66: gnu: cross-base: Make it aware of non-Linux (ie. Hurd) systems., (continued)
- 61/66: gnu: cross-base: Make it aware of non-Linux (ie. Hurd) systems., Manolis Fragkiskos Ragkousis, 2015/05/21
- 54/66: gnu: ardour: Add library dirs to RUNPATH., Manolis Fragkiskos Ragkousis, 2015/05/21
- 57/66: environment: Use (guix search-paths)., Manolis Fragkiskos Ragkousis, 2015/05/21
- 64/66: gnu: hurd: Pass --build to gnumach-headers when not cross building., Manolis Fragkiskos Ragkousis, 2015/05/21
- 63/66: gnu: acl: Fix i686-gnu build., Manolis Fragkiskos Ragkousis, 2015/05/21
- 65/66: gnu: hurd: Pass --build to hurd-headers when not cross building., Manolis Fragkiskos Ragkousis, 2015/05/21
- 62/66: gnu: gcc: Also substitute the dynamic linker name for GNU (ie. Hurd) systems., Manolis Fragkiskos Ragkousis, 2015/05/21
- 58/66: gnu: base: Add glibc-hurd and hurd-minimal., Manolis Fragkiskos Ragkousis, 2015/05/21
- 52/66: gnu: Add libical., Manolis Fragkiskos Ragkousis, 2015/05/21
- 59/66: gnu: cross-base: Add support to cross-build libc for GNU/Hurd., Manolis Fragkiskos Ragkousis, 2015/05/21
- 66/66: gnu: hurd: Add flex as an input to mig.,
Manolis Fragkiskos Ragkousis <=