guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bdftopcf: Use libxfont2.


From: Leo Famulari
Subject: 01/02: gnu: bdftopcf: Use libxfont2.
Date: Tue, 21 Feb 2017 12:35:01 -0500 (EST)

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

commit 2060b4d95f182a09cbdf925675f53a8043e29b01
Author: Leo Famulari <address@hidden>
Date:   Sun Dec 18 14:22:11 2016 -0500

    gnu: bdftopcf: Use libxfont2.
    
    * gnu/packages/xorg.scm (bdftopcf)[inputs]: Replace libxfont with libxfont2.
---
 gnu/packages/xorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 9e5de95..7e15727 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -175,7 +175,7 @@ directory tree.")
             "09i03sk878cmx2i40lkpsysn7zqcvlczb30j7x3lryb11jz4gx1q"))))
     (build-system gnu-build-system)
     (inputs
-      `(("libxfont" ,libxfont)))
+      `(("libxfont2" ,libxfont2)))
     (native-inputs
        `(("pkg-config" ,pkg-config)))
     (home-page "https://www.x.org/wiki/";)



reply via email to

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