[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
- branch master updated (d53aeea -> f66be84), Ludovic Courtès, 2018/09/06
- 01/06: gnu: guile-commonmark: Install .go files to libdir.,
Ludovic Courtès <=
- 02/06: gnu: hpcguix-web: Update to 9ff40fc., Ludovic Courtès, 2018/09/06
- 04/06: gnu: guile-present: Install .go files to libdir., Ludovic Courtès, 2018/09/06
- 03/06: gnu: guile-charting: Install .go files to libdir., Ludovic Courtès, 2018/09/06
- 05/06: build: Remove -L flag when $LIBGCRYPT_LIBDIR is empty., Ludovic Courtès, 2018/09/06
- 06/06: gnu: gfortran, gcc-objc, gcc-objc++: Add version 8., Ludovic Courtès, 2018/09/06