guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: gnubg: Build with Pango 1.42.


From: guix-commits
Subject: 04/04: gnu: gnubg: Build with Pango 1.42.
Date: Sun, 10 May 2020 16:29:54 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit fe5a4f579b806a3a7a3e46daf1939f1181fef811
Author: Marius Bakke <address@hidden>
AuthorDate: Sun May 10 22:29:09 2020 +0200

    gnu: gnubg: Build with Pango 1.42.
    
    * gnu/packages/games.scm (gnubg)[inputs]: Add PANGO-1.42.
---
 gnu/packages/games.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index e9e408c..c6093f2 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1200,7 +1200,11 @@ such as chess or stockfish.")
         (base32
          "11xwhcli1h12k6rnhhyq4jphzrhfik7i8ah3k32pqw803460n6yf"))))
     (build-system gnu-build-system)
-    (inputs `(("glib" ,glib)
+    (inputs `(;; XXX: Build with an older Pango for 'pango_font_get_hb_font' 
and
+              ;; 'pango_coverage_get_type'.  Try removing this for versions > 
1.06.002.
+              ("pango" ,pango-1.42)
+
+              ("glib" ,glib)
               ("readline" ,readline)
               ("gtk+" ,gtk+-2)
               ("mesa" ,mesa)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]