mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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).
This commit is contained in:
parent
d53aeeafcc
commit
96d6c41dfa
1 changed files with 4 additions and 2 deletions
|
@ -1612,8 +1612,10 @@ (define-public guile-commonmark
|
||||||
(("ac_subst_vars='")
|
(("ac_subst_vars='")
|
||||||
"ac_subst_vars='GUILE_EFFECTIVE_VERSION\n"))
|
"ac_subst_vars='GUILE_EFFECTIVE_VERSION\n"))
|
||||||
(substitute* "Makefile.in"
|
(substitute* "Makefile.in"
|
||||||
(("/site/2.0")
|
(("moddir =.*")
|
||||||
"/site/@GUILE_EFFECTIVE_VERSION@"))
|
"moddir = $(datadir)/guile/site/@GUILE_EFFECTIVE_VERSION@\n")
|
||||||
|
(("godir =.*")
|
||||||
|
"godir = $(libdir)/guile/@GUILE_EFFECTIVE_VERSION@/site-ccache\n"))
|
||||||
#t))))
|
#t))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue