all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sergei Trofimovich <slyfox@inbox.ru>
To: 27099@debbugs.gnu.org
Subject: bug#27099: [PATCH: core-updates] gnu: packages: flex@2.6.4: add missing 'lzip' input
Date: Sat, 27 May 2017 12:27:47 +0100	[thread overview]
Message-ID: <20170527112747.26940-1-slyfox@inbox.ru> (raw)

* 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

             reply	other threads:[~2017-05-27 11:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-27 11:27 Sergei Trofimovich [this message]
2017-05-27 14:08 ` bug#27099: [PATCH: core-updates] gnu: packages: flex@2.6.4: add missing 'lzip' input Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170527112747.26940-1-slyfox@inbox.ru \
    --to=slyfox@inbox.ru \
    --cc=27099@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.