diff options
author | John Darrington <jmd@gnu.org> | 2017-01-11 21:12:54 +0100 |
---|---|---|
committer | John Darrington <jmd@gnu.org> | 2017-01-12 17:40:47 +0100 |
commit | 73ae4e69a1abc9008a6986864021c6584eaf4a21 (patch) | |
tree | acf79d552758d4dfb32f6eeb9795de7984fb92a5 /gnu | |
parent | 5dc8dd07b0c966842bfb984482df40892dc1c2ae (diff) | |
download | patches-73ae4e69a1abc9008a6986864021c6584eaf4a21.tar patches-73ae4e69a1abc9008a6986864021c6584eaf4a21.tar.gz |
gnu: editres: Use %app-defaults-dir.
* gnu/packages/xorg.scm (editres): Replace string literal with
%app-defaults-dir.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 556b9f4baf..16eb344d87 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) |