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
parent
4d19a14e77
commit
f2d4944086
|
@ -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)
|
||||
|
|
Reference in New Issue