all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: icecat: Display IPA.
@ 2015-07-02 15:37 Alírio Eyng
  2015-07-02 20:36 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Alírio Eyng @ 2015-07-02 15:37 UTC (permalink / raw
  To: guix-devel

[-- 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


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

end of thread, other threads:[~2015-07-04  7:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-02 15:37 [PATCH] gnu: icecat: Display IPA Alírio Eyng
2015-07-02 20:36 ` 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

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.