mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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:
parent
4d19a14e77
commit
f2d4944086
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue