diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-02-09 23:30:49 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-02-09 23:30:49 +0100 |
commit | f3d4af173a09b29454155def7d8058b21b83d27b (patch) | |
tree | da769cc4e66ca62085801f2419a215ea8302e848 /gnu/system | |
parent | 26fc862a61adb231c57982ce687cac6931fd1e7e (diff) | |
download | guix-f3d4af173a09b29454155def7d8058b21b83d27b.tar guix-f3d4af173a09b29454155def7d8058b21b83d27b.tar.gz |
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.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/dmd.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/dmd.scm b/gnu/system/dmd.scm index 656c2f5634..8fe225f0e9 100644 --- a/gnu/system/dmd.scm +++ b/gnu/system/dmd.scm @@ -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\" |