guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: Add address@hidden


From: Marius Bakke
Subject: 05/11: gnu: Add address@hidden
Date: Tue, 21 Feb 2017 08:58:53 -0500 (EST)

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

commit 404e48c4eda69dc308055dc7f317ee93ab6d6893
Author: Marius Bakke <address@hidden>
Date:   Wed Jan 25 17:00:58 2017 +0100

    gnu: Add address@hidden
    
    * gnu/packages/xorg.scm (libxfont2): New variable.
---
 gnu/packages/xorg.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 7348cbb..4c4af32 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4796,6 +4796,17 @@ not be used by normal X11 clients.  X11 clients access 
fonts via either the
 new API's in libXft, or the legacy API's in libX11.")
     (license license:x11)))
 
+(define-public libxfont2
+  (package
+    (inherit libxfont)
+    (version "2.0.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/lib/libXfont2-"
+                                  version ".tar.bz2"))
+              (sha256
+               (base32
+                "0znvwk36nhmyqpmhbm9mzisgixp1mp5qkfald8x1n5yxbm3vpyz9"))))))
 
 (define-public libxi
   (package



reply via email to

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