gnu: Add libxfont@2.
* gnu/packages/xorg.scm (libxfont2): New variable.
This commit is contained in:
parent
d270c606b3
commit
404e48c4ed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue