guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: wine: Build with flex-2.6.1.


From: Efraim Flashner
Subject: 01/01: gnu: wine: Build with flex-2.6.1.
Date: Wed, 22 Mar 2017 15:07:28 -0400 (EDT)

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

commit 44cba47e93f3885ab039e7d171bc28c041246fd0
Author: Efraim Flashner <address@hidden>
Date:   Wed Mar 22 21:06:46 2017 +0200

    gnu: wine: Build with flex-2.6.1.
    
    * gnu/packages/wine.scm (wine)[native-inputs]: Use flex-2.6.1 and not
    flex.
---
 gnu/packages/wine.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 4f6e76d..9c82e01 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014, 2015 Sou Bunnbu <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -65,7 +65,8 @@
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("gettext" ,gettext-minimal)
-                     ("flex" ,flex)
+                     ; A bug in flex prevents building with flex-2.6.3.
+                     ("flex" ,flex-2.6.1)
                      ("bison" ,bison)
                      ("perl" ,perl)))
     (inputs



reply via email to

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