~ruther/guix-local

fe5a4f579b806a3a7a3e46daf1939f1181fef811 — Marius Bakke 6 years ago 6266a48
gnu: gnubg: Build with Pango 1.42.

* gnu/packages/games.scm (gnubg)[inputs]: Add PANGO-1.42.
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/games.scm
M gnu/packages/games.scm => gnu/packages/games.scm +5 -1
@@ 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)