guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: xorg-server: Set default font path to empty.


From: ???
Subject: 01/01: gnu: xorg-server: Set default font path to empty.
Date: Sat, 24 Sep 2016 06:29:07 +0000 (UTC)

iyzsong pushed a commit to branch core-updates
in repository guix.

commit b5b5105c3d1dacaf87a3c786270860cf636b0a52
Author: 宋文武 <address@hidden>
Date:   Wed Sep 14 22:04:16 2016 +0800

    gnu: xorg-server: Set default font path to empty.
    
    * gnu/packages/xorg.scm (xorg-server)[arguments]: Pass
    "--with-default-font-path=" to #:configure-flags.
---
 gnu/packages/xorg.scm |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 23834ba..6a6bb22 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]