mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: gnubg: Build with Pango 1.42.
* gnu/packages/games.scm (gnubg)[inputs]: Add PANGO-1.42.
This commit is contained in:
parent
6266a48db1
commit
fe5a4f579b
1 changed files with 5 additions and 1 deletions
|
@ -1200,7 +1200,11 @@ (define-public gnubg
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue