unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39346] [PATCH] gnu: emacs-next: Add harfbuzz (text shaping engine) to inputs.
@ 2020-01-29 17:05 Alexey Abramov
  2020-03-29 19:40 ` bug#39346: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Abramov @ 2020-01-29 17:05 UTC (permalink / raw)
  To: 39346

* 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#39346: [PATCH] gnu: emacs-next: Add harfbuzz (text shaping engine) to inputs.
  2020-01-29 17:05 [bug#39346] [PATCH] gnu: emacs-next: Add harfbuzz (text shaping engine) to inputs Alexey Abramov
@ 2020-03-29 19:40 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-03-29 19:40 UTC (permalink / raw)
  To: Alexey Abramov, 39346-done

[-- Attachment #1: Type: text/plain, Size: 253 bytes --]

Alexey Abramov <levenson@mmer.org> writes:

> * gnu/packages/emacs.scm (emacs-next)[inputs]: Add harfbuzz
> * gnu/packages/emacs.scm (emacs-next)[arguments]: Enable harfbuzz

Applied, thanks!

CC'ing Amin who added emacs-next in case he has objections.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-29 19:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-29 17:05 [bug#39346] [PATCH] gnu: emacs-next: Add harfbuzz (text shaping engine) to inputs Alexey Abramov
2020-03-29 19:40 ` bug#39346: " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).