gnu: xorg-server: Set default font path to empty.
* gnu/packages/xorg.scm (xorg-server)[arguments]: Pass "--with-default-font-path=" to #:configure-flags.
This commit is contained in:
parent
b1a782b11a
commit
b5b5105c3d
|
@ -5132,6 +5132,11 @@ over Xlib, including:
|
|||
(string-append "--with-xkb-bin-directory="
|
||||
(assoc-ref %build-inputs "xkbcomp")
|
||||
"/bin")
|
||||
;; By default, it ends up with invalid '${prefix}/...', causes:
|
||||
;; _FontTransOpen: Unable to Parse address ${prefix}/share/...
|
||||
;; It's not used anyway, so set it to empty.
|
||||
"--with-default-font-path="
|
||||
|
||||
|
||||
;; For the log file, etc.
|
||||
"--localstatedir=/var"
|
||||
|
|
Loading…
Reference in New Issue