guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: guile-commonmark: Install .go files to libdir.


From: Ludovic Courtès
Subject: 01/06: gnu: guile-commonmark: Install .go files to libdir.
Date: Thu, 6 Sep 2018 05:20:51 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 96d6c41dfa5d69d4f25c8b53cb74e2ee621165d6
Author: Ludovic Courtès <address@hidden>
Date:   Thu Sep 6 10:43:01 2018 +0200

    gnu: guile-commonmark: Install .go files to libdir.
    
    * gnu/packages/guile.scm (guile-commonmark)[source](snippet): Change the
    "modir = " and "godir = " line separately, allowing .go files to be
    installed to $(libdir).
---
 gnu/packages/guile.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index f594cd1..335bd62 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1612,8 +1612,10 @@ you send to a FIFO file.")
                     (("ac_subst_vars='")
                      "ac_subst_vars='GUILE_EFFECTIVE_VERSION\n"))
                   (substitute* "Makefile.in"
-                    (("/site/2.0")
-                     "/site/@GUILE_EFFECTIVE_VERSION@"))
+                    (("moddir =.*")
+                     "moddir = $(datadir)/guile/site/@address@hidden")
+                    (("godir =.*")
+                     "godir = 
$(libdir)/guile/@GUILE_EFFECTIVE_VERSION@/site-ccache\n"))
                   #t))))
     (build-system gnu-build-system)
     (inputs



reply via email to

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