~ruther/guix-local

ab952dc37500759767fd7f4dedd7c1b800e44cde — Ricardo Wurmus 10 years ago 0fd53ed
gnu: libedit: Enable wide character support.

* gnu/packages/libedit.scm (libedit)[arguments]: Add "--enable-widec" to
  configure flags.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/libedit.scm
M gnu/packages/libedit.scm => gnu/packages/libedit.scm +2 -0
@@ 1,5 1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 36,6 37,7 @@
       (base32
        "1if8zi9h52m80ck796an28rrqfljk2n8cn25m3fl0prwz155x2n8"))))
    (build-system gnu-build-system)
    (arguments `(#:configure-flags (list "--enable-widec")))
    (inputs
     `(("ncurses" ,ncurses)))
    (home-page "http://thrysoee.dk/editline/")