all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Alírio Eyng" <alirioeyng@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: icecat: Display IPA.
Date: Thu, 2 Jul 2015 15:37:46 +0000	[thread overview]
Message-ID: <CALkz57GSM8AagTRjSW-jK=RMA1fPE-dGw_o5KKwVrV03DqWiJw@mail.gmail.com> (raw)

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

https://www.gnu.org/software/guix/manual/guix.html#FOOT1 doesn't work by default

[-- Attachment #2: 0001-gnu-icecat-Display-IPA.patch --]
[-- Type: text/x-patch, Size: 1130 bytes --]

From 52762207ac1e5f9037506d30dd8b408acc764f92 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C3=ADrio=20Eyng?= <alirioeyng@gmail.com>
Date: Thu, 2 Jul 2015 15:03:53 +0000
Subject: [PATCH] gnu: icecat: Display IPA.

* gnu/packages/gnuzilla.scm (icecat)[propagated-inputs]: Add font-gnu-freefont-ttf.
---
 gnu/packages/gnuzilla.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 7caa731..4e26a28 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -46,7 +46,8 @@
   #:use-module (gnu packages icu4c)
   #:use-module (gnu packages video)
   #:use-module (gnu packages xdisorg)
-  #:use-module (gnu packages zip))
+  #:use-module (gnu packages zip)
+  #:use-module (gnu packages fonts))
 
 (define-public mozjs
   (package
@@ -262,6 +263,8 @@ standards.")
        ("yasm" ,yasm)
        ("zip" ,zip)
        ("zlib" ,zlib)))
+    ;; display IPA
+    (propagated-inputs `(("font-gnu-freefont-ttf" ,font-gnu-freefont-ttf)))
     (native-inputs
      `(("perl" ,perl)
        ("python" ,python-2) ; Python 3 not supported
-- 
2.4.3


             reply	other threads:[~2015-07-02 15:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-02 15:37 Alírio Eyng [this message]
2015-07-02 20:36 ` [PATCH] gnu: icecat: Display IPA Ludovic Courtès
2015-07-03 21:46   ` Alírio Eyng
2015-07-04  7:13     ` Andreas Enge
2015-07-04  7:25   ` Mark H Weaver

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALkz57GSM8AagTRjSW-jK=RMA1fPE-dGw_o5KKwVrV03DqWiJw@mail.gmail.com' \
    --to=alirioeyng@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.