~ruther/guix-local

8be563a5a39205d55fd39399e29a9272305b34c6 — Efraim Flashner 9 years ago d5ceeb5
gnu: dtc: Build with flex-2.6.1.

* gnu/packages/bootloaders.scm (dtc)[native-inputs]: Use flex-2.6.1 and
not flex.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/bootloaders.scm
M gnu/packages/bootloaders.scm => gnu/packages/bootloaders.scm +1 -1
@@ 240,7 240,7 @@ menu to select one of the installed operating systems.")
    (build-system gnu-build-system)
    (native-inputs
     `(("bison" ,bison)
       ("flex" ,flex)))
       ("flex" ,flex-2.6.1))) ; A bug in flex prevents building with flex-2.6.3.
    (arguments
     `(#:make-flags
       (list "CC=gcc"