all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: mjbecze@riseup.net
To: 36632@debbugs.gnu.org
Subject: bug#36632: [Patch] add font-gnu-freefont-ttf propagated-inputs
Date: Mon, 29 Jul 2019 10:59:50 -0700	[thread overview]
Message-ID: <5ff60dda7f2e1a70c85832b51fa74dd3@riseup.net> (raw)
In-Reply-To: <d13ae854-70aa-5c44-654e-f148ba151b0e@riseup.net>

hi this fixes bug 36632

---
 gnu/packages/chromium.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index d072fc58ad..04ce780be0 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -35,6 +35,7 @@
   #:use-module (gnu packages compression)
   #:use-module (gnu packages cups)
   #:use-module (gnu packages curl)
+  #:use-module (gnu packages fonts)
   #:use-module (gnu packages fontutils)
   #:use-module (gnu packages freedesktop)
   #:use-module (gnu packages gcc)
@@ -763,6 +764,8 @@ from forcing GEXP-PROMISE."
        ("udev" ,eudev)
        ("valgrind" ,valgrind)
        ("vulkan-headers" ,vulkan-headers)))
+    (propagated-inputs
+      `(("font-gnu-freefont-ttf" ,font-gnu-freefont-ttf)))
 
     ;; Building Chromium takes ... a very long time.  On a single core,
a busy
     ;; mid-end x86 system may need more than 24 hours to complete the
build.
-- 
2.22.0

  reply	other threads:[~2019-07-29 18:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-13  0:22 bug#36632: ungoogled-chromium needs font-gnu-freefont-ttf Martin Becze
2019-07-29 17:59 ` mjbecze [this message]
2019-08-05  1:25   ` bug#36632: [Patch] add font-gnu-freefont-ttf propagated-inputs mjbecze
2019-08-01 22:16 ` bug#36632: (no subject) Martin Becze
2019-08-05 19:36 ` bug#36632: ungoogled-chromium needs font-gnu-freefont-ttf Ricardo Wurmus
2019-08-21 10:34   ` Martin Becze
2019-08-21 20:38     ` Ricardo Wurmus

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=5ff60dda7f2e1a70c85832b51fa74dd3@riseup.net \
    --to=mjbecze@riseup.net \
    --cc=36632@debbugs.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.