* bug#27099: [PATCH: core-updates] gnu: packages: flex@2.6.4: add missing 'lzip' input
@ 2017-05-27 11:27 Sergei Trofimovich
2017-05-27 14:08 ` Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Sergei Trofimovich @ 2017-05-27 11:27 UTC (permalink / raw)
To: 27099
* gnu/packages/flex.scm(flex): add lzip to native-inputs
---
gnu/packages/flex.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/flex.scm b/gnu/packages/flex.scm
index b68b01e94..70707d77d 100644
--- a/gnu/packages/flex.scm
+++ b/gnu/packages/flex.scm
@@ -23,6 +23,7 @@
#:use-module (guix download)
#:use-module (guix build-system gnu)
#:use-module (gnu packages)
+ #:use-module (gnu packages compression)
#:use-module (gnu packages m4)
#:use-module (gnu packages man)
#:use-module (gnu packages bison)
@@ -67,6 +68,7 @@
;; m4 is not present in PATH when cross-building
(native-inputs
`(("help2man" ,help2man)
+ ("lzip" ,lzip)
("m4" ,m4)))
(propagated-inputs `(("m4" ,m4)))
(home-page "https://github.com/westes/flex")
--
2.13.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-27 14:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-27 11:27 bug#27099: [PATCH: core-updates] gnu: packages: flex@2.6.4: add missing 'lzip' input Sergei Trofimovich
2017-05-27 14:08 ` Leo Famulari
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).