GNU bug report logs - #39346
[PATCH] gnu: emacs-next: Add harfbuzz (text shaping engine) to inputs.

Previous Next

Package: guix-patches;

Reported by: Alexey Abramov <levenson <at> mmer.org>

Date: Wed, 29 Jan 2020 17:07:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Alexey Abramov <levenson <at> mmer.org>
Subject: bug#39346: closed (Re: [bug#39346] [PATCH] gnu: emacs-next: Add
 harfbuzz (text shaping engine) to inputs.)
Date: Sun, 29 Mar 2020 19:41:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 39346 <at> debbugs.gnu.org.

-- 
39346: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39346
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Alexey Abramov <levenson <at> mmer.org>, 39346-done <at> debbugs.gnu.org
Subject: Re: [bug#39346] [PATCH] gnu: emacs-next: Add harfbuzz (text shaping
 engine) to inputs.
Date: Sun, 29 Mar 2020 21:40:16 +0200
[Message part 3 (text/plain, inline)]
Alexey Abramov <levenson <at> 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.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Alexey Abramov <levenson <at> mmer.org>
To: guix-patches <at> gnu.org
Subject: [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




This bug report was last modified 5 years and 55 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.