diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-09-10 14:49:46 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-09-10 14:49:46 +0200 |
commit | f2d4944086e16e2e60d47b64189d2f04c1a3fb75 (patch) | |
tree | 6468dd6083ba9f87258d265c4e40ebb60e0f3af0 /gnu/packages | |
parent | 4d19a14e777a2f53700453844504fedb7fb51946 (diff) |
gnu: guile-xcb: Install compiled files to "lib" instead of "share".
This follows up commit b03f270e3d5ab5315b50ef3ebac35735cc28d4a2 which removes
the previous install location from Guiles search path.
* gnu/packages/guile-wm.scm (guile-xcb)[arguments]: Amend #:configure-flags.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/guile-wm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile-wm.scm b/gnu/packages/guile-wm.scm index 364477be72..3755282403 100644 --- a/gnu/packages/guile-wm.scm +++ b/gnu/packages/guile-wm.scm @@ -56,7 +56,7 @@ (string-append "--with-guile-site-ccache-dir=" (assoc-ref %outputs "out") - "/share/guile/site/2.2")))) + "/lib/guile/2.2/site-ccache")))) (native-inputs `(("pkg-config" ,pkg-config) ("texinfo" ,texinfo))) (inputs `(("guile" ,guile-2.2) |