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.
This commit is contained in:
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

View file

@ -56,7 +56,7 @@ (define-public guile-xcb
(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)