mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: bdftopcf: Update to 1.1.
* gnu/packages/xorg.scm (bdftopcf): Update to 1.1. [native-inputs]: Change from LIBXFONT to LIBXFONT2.
This commit is contained in:
parent
d469bc09bd
commit
cd215877a0
1 changed files with 3 additions and 3 deletions
|
@ -176,7 +176,7 @@ (define-public lndir
|
|||
(define-public bdftopcf
|
||||
(package
|
||||
(name "bdftopcf")
|
||||
(version "1.0.5")
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -186,10 +186,10 @@ (define-public bdftopcf
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"09i03sk878cmx2i40lkpsysn7zqcvlczb30j7x3lryb11jz4gx1q"))))
|
||||
"18hiscgljrz10zjcws25bis32nyrg3hzgmiq6scrh7izqmgz0kab"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libxfont" ,libxfont)))
|
||||
`(("libxfont" ,libxfont2)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "https://www.x.org/wiki/")
|
||||
|
|
Loading…
Reference in a new issue