guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: xscreensaver: Put ‘app-defaults’ in the right place.


From: guix-commits
Subject: 02/09: gnu: xscreensaver: Put ‘app-defaults’ in the right place.
Date: Sun, 29 Mar 2020 12:41:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit faf69055601e7121c235c8f8cf05e105e8e326c6
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Mar 29 16:51:11 2020 +0200

    gnu: xscreensaver: Put ‘app-defaults’ in the right place.
    
    * gnu/packages/xdisorg.scm (xscreensaver)[arguments]: Drop /usr from
    AD_DIR make flag.
---
 gnu/packages/xdisorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index a64bacd..22c8adc 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1235,7 +1235,7 @@ protocol.")
                            "--without-readdisplay")
        #:make-flags (list (string-append "AD_DIR="
                                          (assoc-ref %outputs "out")
-                                         "/usr/lib/X11/app-defaults"))))
+                                         "/lib/X11/app-defaults"))))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)))



reply via email to

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