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

  • Done
  • quality assurance status badge
Details
2 participants
  • Alexey Abramov
  • Marius Bakke
Owner
unassigned
Submitted by
Alexey Abramov
Severity
normal

Debbugs page

Alexey Abramov wrote 5 years ago
(address . guix-patches@gnu.org)
20200129170555.354322-1-levenson@mmer.org
* 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(+)

Toggle diff (23 lines)
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
Marius Bakke wrote 5 years ago
(name . Alexey Abramov)(address . levenson@mmer.org)(address . 39346-done@debbugs.gnu.org)
87tv27vtjz.fsf@devup.no
Alexey Abramov <levenson@mmer.org> writes:

Toggle quote (3 lines)
> * 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.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl6A+aAACgkQoqBt8qM6
VPrpeQf/S6NANvRp6aevlTf55FflmI/JOsjp5v5tgVPo7nIL1shbrYiBx8AJ7VI6
nXahYlbGRhRWM/WUY0CHYuoQEDjztRqOf73KAsdL+AE80fmfWg6sX6700wTkdyb8
Kyc1KcpJdlKzQooZrY5j/+U2hulWFY50DMKEuekkb6nxyMHtVloZI1b4L6KlvEOf
bjZKLlxetUGjhoTdmFpCiL0P1P0r4fsUD2bEC3gWq9fx36uwn+/BG2oGv5cSdDT8
JEsaKm8lTPWKhJH3MRgia3SDnzem4Pm+Vw+PrgkM9/CEs+qwV4VSykt1f+W7d//2
JXrwTjfR2/F2cf20TEzkGkClTtMzxg==
=tSUr
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 39346@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 39346
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help