mbakke pushed a commit to branch core-updates
in repository guix.
commit 546d09a9d90962c0e7fdd47f90e022c531e59aab
Author: Marius Bakke <[email protected]>
AuthorDate: Mon May 10 16:57:12 2021 +0200
gnu: cairo: Remove duplicate input.
This is a follow-up to bb8be806b5e6bcbe83ae1ebfce71a3881cf23015.
* gnu/packages/gtk.scm (cairo)[inputs]: Remove the extra FONTCONFIG. While
at
it, reintroduce source code comments that disappeared with the same commit.
---
gnu/packages/gtk.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 2ed28af..120a4af 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -162,8 +162,8 @@ tools have full access to view and control running
applications.")
;; "--enable-cogl=yes"
;; "--enable-directfb=yes"
;; "--enable-vg=yes"
- "--enable-tee=yes"
- "--enable-xml=yes"
+ "--enable-tee=yes" ;needed for GNU IceCat
+ "--enable-xml=yes" ;for cairo-xml support
(string-append "--with-html-dir="
(assoc-ref %outputs "doc")
"/share/gtk-doc/html"))))
@@ -180,7 +180,6 @@ tools have full access to view and control running
applications.")
`( ;; ("cogl" ,cogl)
;; ("directfb" ,directfb)
("fontconfig" ,fontconfig)
- ("fontconfig" ,fontconfig)
("freetype" ,freetype)
("glib" ,glib)
;; ("gtk+" ,gtk+)