guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Marius Bakke
Subject: 01/01: gnu: guile-xcb: Install compiled files to "lib" instead of "share".
Date: Mon, 10 Sep 2018 08:50:14 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit f2d4944086e16e2e60d47b64189d2f04c1a3fb75
Author: Marius Bakke <address@hidden>
Date:   Mon Sep 10 14:49:46 2018 +0200

    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.
---
 gnu/packages/guile-wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile-wm.scm b/gnu/packages/guile-wm.scm
index 364477b..3755282 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]