all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

* bug#27099: [PATCH: core-updates] gnu: packages: flex@2.6.4: add missing 'lzip' input
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-05-27 14:08 UTC (permalink / raw
  To: Sergei Trofimovich; +Cc: 27099-done

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

On Sat, May 27, 2017 at 12:27:47PM +0100, Sergei Trofimovich wrote:
> * gnu/packages/flex.scm(flex): add lzip to native-inputs

Thanks!

I cleaned up the commit message (capitalization, punctuation, etc) and
pushed as 77e2538eda8a2721aef8336103c94fe31e12870c.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[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 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.