~ruther/guix-local

f3d4af173a09b29454155def7d8058b21b83d27b — Ludovic Courtès 12 years ago 26fc862
gnu: dmd: Fix X font directory name in X service.

* gnu/system/dmd.scm (xorg-service)[xserver.conf]: Fix directory name in
  'FontPath' entry for FONT-ADOBE75DPI.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/system/dmd.scm
M gnu/system/dmd.scm => gnu/system/dmd.scm +1 -1
@@ 275,7 275,7 @@ true, it must be a string specifying the default network gateway."
  (define (xserver.conf)
    (text-file* "xserver.conf" "
Section \"Files\"
  FontPath \"" font-adobe75dpi "/lib/X11/fonts\"
  FontPath \"" font-adobe75dpi "/share/font/X11/75dpi\"
  ModulePath \"" xf86-video-vesa "/lib/xorg/modules/drivers\"
  ModulePath \"" xf86-input-mouse "/lib/xorg/modules/input\"
  ModulePath \"" xf86-input-keyboard "/lib/xorg/modules/input\"