Revert "gnu: bdftopcf: Use libxfont2."

Building with libxfont2 leads to an error in the configure phase:

"No package 'xfont' found"

This reverts commit 2060b4d95f.
master
Leo Famulari 2017-03-16 01:57:33 -04:00
parent b8f99f4ae3
commit 5707ce6e4b
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ directory tree.")
"09i03sk878cmx2i40lkpsysn7zqcvlczb30j7x3lryb11jz4gx1q"))))
(build-system gnu-build-system)
(inputs
`(("libxfont2" ,libxfont2)))
`(("libxfont" ,libxfont)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "https://www.x.org/wiki/")