diff options
author | Leo Famulari <leo@famulari.name> | 2016-12-18 14:22:11 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-21 12:34:53 -0500 |
commit | 2060b4d95f182a09cbdf925675f53a8043e29b01 (patch) | |
tree | c39365bc50ffb56f405c4169cda47335e420555b | |
parent | 4c145d21d1f425a626c451d3b6ab519edcb88440 (diff) | |
download | patches-2060b4d95f182a09cbdf925675f53a8043e29b01.tar patches-2060b4d95f182a09cbdf925675f53a8043e29b01.tar.gz |
gnu: bdftopcf: Use libxfont2.
* gnu/packages/xorg.scm (bdftopcf)[inputs]: Replace libxfont with libxfont2.
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
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/") |