guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: flex: Use the gzip-compressed tarball.


From: Leo Famulari
Subject: 01/01: gnu: flex: Use the gzip-compressed tarball.
Date: Sun, 28 May 2017 09:56:27 -0400 (EDT)

lfam pushed a commit to branch core-updates
in repository guix.

commit 2dca204eb02835504df6846d9a543c729dc612e4
Author: Leo Famulari <address@hidden>
Date:   Sun May 28 09:49:38 2017 -0400

    gnu: flex: Use the gzip-compressed tarball.
    
    This reverts commit 77e2538eda8a2721aef8336103c94fe31e12870c and fetches the
    gzip-compressed tarball.  We do this so that flex-boot0 will not require 
lzip.
    
    * gnu/packages/flex.scm (flex)[source]: Fetch the '.tar.gz' tarball.
    [native-inputs]: Remove lzip.
---
 gnu/packages/flex.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/flex.scm b/gnu/packages/flex.scm
index 70707d7..fdda5f3 100644
--- a/gnu/packages/flex.scm
+++ b/gnu/packages/flex.scm
@@ -23,7 +23,6 @@
   #: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)
@@ -39,10 +38,10 @@
               (uri (string-append
                     "https://github.com/westes/flex";
                     "/releases/download/v" version "/"
-                    "flex-" version ".tar.lz"))
+                    "flex-" version ".tar.gz"))
               (sha256
                (base32
-                "19sc63m09zamy2qlw5x3sg6wb6hrw96gfl0h87vh6flvsqjg9m3g"))))
+                "15g9bv236nzi665p9ggqjlfn4dwck5835vf0bbw2cz7h5c1swyp8"))))
     (build-system gnu-build-system)
     (inputs
      (let ((bison-for-tests
@@ -68,7 +67,6 @@
     ;; 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]