mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: nyacc: Use versioned Guile site directory.
This is a follow-up to commit 4e896da45d
.
* gnu/packages/mes.scm (nyacc)[source]: Add snippet.
This commit is contained in:
parent
4164ae7cd1
commit
95b16cd886
1 changed files with 9 additions and 1 deletions
|
@ -105,7 +105,15 @@ (define-public nyacc
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vdiqpm3p0ndmpmkzcpkpjvgklfsk4wxrhkixdxbczpafdfl635p"))))
|
||||
"1vdiqpm3p0ndmpmkzcpkpjvgklfsk4wxrhkixdxbczpafdfl635p"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
(substitute* "configure"
|
||||
(("GUILE_GLOBAL_SITE=\\$prefix.*")
|
||||
"GUILE_GLOBAL_SITE=\
|
||||
$prefix/share/guile/site/$GUILE_EFFECTIVE_VERSION\n"))
|
||||
#t))))
|
||||
(inputs
|
||||
`(("guile" ,guile-3.0)))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue