summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-12-18 14:22:11 -0500
committerLeo Famulari <leo@famulari.name>2017-02-21 12:34:53 -0500
commit2060b4d95f182a09cbdf925675f53a8043e29b01 (patch)
treec39365bc50ffb56f405c4169cda47335e420555b /gnu
parent4c145d21d1f425a626c451d3b6ab519edcb88440 (diff)
downloadpatches-2060b4d95f182a09cbdf925675f53a8043e29b01.tar
patches-2060b4d95f182a09cbdf925675f53a8043e29b01.tar.gz
gnu: bdftopcf: Use libxfont2.
* gnu/packages/xorg.scm (bdftopcf)[inputs]: Replace libxfont with libxfont2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 9e5de952a7..7e1572723b 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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/")