guix-patches
[Top][All Lists]
Advanced

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

[bug#39346] [PATCH] gnu: emacs-next: Add harfbuzz (text shaping engine)


From: Alexey Abramov
Subject: [bug#39346] [PATCH] gnu: emacs-next: Add harfbuzz (text shaping engine) to inputs.
Date: Wed, 29 Jan 2020 18:05:55 +0100

* gnu/packages/emacs.scm (emacs-next)[inputs]: Add harfbuzz
* gnu/packages/emacs.scm (emacs-next)[arguments]: Enable harfbuzz
---
 gnu/packages/emacs.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index b26c928e87..0936c6b525 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -270,6 +270,8 @@ languages.")
              #t))))
       (arguments
        (substitute-keyword-arguments (package-arguments emacs)
+         ((#:configure-flags flags)
+          `(cons* "--with-harfbuzz" ,flags))
          ((#:phases phases)
           `(modify-phases ,phases
              ;; The 'reset-gzip-timestamps phase will throw a
@@ -298,6 +300,7 @@ languages.")
                    #t)))))))
       (inputs
        `(("jansson" ,jansson)
+         ("harfbuzz" ,harfbuzz)
          ,@(package-inputs emacs)))
       (native-inputs
        `(("autoconf" ,autoconf)      ; needed when building from trunk
-- 
2.24.1






reply via email to

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