mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pangox-compat: Build with pango@1.42.
* gnu/packages/gtk.scm (pangox-compat)[inputs]: Change from PANGO to PANGO-1.42.
This commit is contained in:
parent
b8e08aa2e4
commit
c67ee58c72
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ used throughout the world.")
|
|||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("glib" ,glib)
|
||||
("pango" ,pango)))
|
||||
("pango" ,pango-1.42)))
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue