gnu: guile-xcb: Install compiled files to "lib" instead of "share".

This follows up commit b03f270e3d which removes
the previous install location from Guiles search path.

* gnu/packages/guile-wm.scm (guile-xcb)[arguments]: Amend #:configure-flags.
master
Marius Bakke 2018-09-10 14:49:46 +02:00
parent 4d19a14e77
commit f2d4944086
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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)