GNU bug report logs - #36632
ungoogled-chromium needs font-gnu-freefont-ttf

Previous Next

Package: guix;

Reported by: Martin Becze <mjbecze <at> riseup.net>

Date: Sat, 13 Jul 2019 00:23:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: mjbecze <at> riseup.net
To: 36632 <at> debbugs.gnu.org
Subject: bug#36632: [Patch] add font-gnu-freefont-ttf propagated-inputs
Date: Mon, 29 Jul 2019 10:59:50 -0700
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





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

Previous Next


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