[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: editres: Use %app-defaults-dir.
From: |
John Darrington |
Subject: |
02/05: gnu: editres: Use %app-defaults-dir. |
Date: |
Thu, 12 Jan 2017 16:42:02 +0000 (UTC) |
jmd pushed a commit to branch master
in repository guix.
commit 73ae4e69a1abc9008a6986864021c6584eaf4a21
Author: John Darrington <address@hidden>
Date: Wed Jan 11 21:12:54 2017 +0100
gnu: editres: Use %app-defaults-dir.
* gnu/packages/xorg.scm (editres): Replace string literal with
%app-defaults-dir.
---
gnu/packages/xorg.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 556b9f4..16eb344 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -355,7 +355,7 @@ provided.")
(arguments
`(#:configure-flags
(list (string-append "--with-appdefaultdir="
- %output "/lib/X11/app-defaults"))))
+ %output ,%app-defaults-dir))))
(inputs
`(("libxaw" ,libxaw)
("libxmu" ,libxmu)