gnu: bdftopcf: Use libxfont2.
* gnu/packages/xorg.scm (bdftopcf)[inputs]: Replace libxfont with libxfont2.
This commit is contained in:
parent
4c145d21d1
commit
2060b4d95f
|
@ -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/")
|
||||
|
|
Loading…
Reference in New Issue