guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: pangox-compat: Build with pango@1.42.


From: guix-commits
Subject: 02/03: gnu: pangox-compat: Build with pango@1.42.
Date: Fri, 6 Mar 2020 06:55:12 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit c67ee58c72e52261b54ed0dc2d4fd1d07be1e11d
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 6 11:12:29 2020 +0100

    gnu: pangox-compat: Build with pango@1.42.
    
    * gnu/packages/gtk.scm (pangox-compat)[inputs]: Change from PANGO to 
PANGO-1.42.
---
 gnu/packages/gtk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 405ebe3..b01f4c7 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -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)))



reply via email to

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