GNU bug report logs -
#36632
ungoogled-chromium needs font-gnu-freefont-ttf
Previous Next
Full log
Message #8 received at 36632 <at> debbugs.gnu.org (full text, mbox):
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.