gnu: bdftopcf: Use libxfont2.

* gnu/packages/xorg.scm (bdftopcf)[inputs]: Replace libxfont with libxfont2.
master
Leo Famulari 2016-12-18 14:22:11 -05:00
parent 4c145d21d1
commit 2060b4d95f
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -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/")