mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: guile-cv: Regenerate autotools files.
* gnu/packages/guile-xyz.scm (guile-cv): In ‘fix-guile-site-directory’ phase, delete ‘configure’ file. [arguments]<#:phases>: Add 'fix-autoconf'. Change-Id: I6031477d6bd3199781dc5d038bcc73b5cbfb1baa Co-authored-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #6857 Fixes: guix/guix#6694
This commit is contained in:
committed by
Ludovic Courtès
parent
425329b1bf
commit
47e9d1d6cd
@@ -5784,7 +5784,8 @@ processing filters.")
|
||||
(("SITEDIR=\"\\$datadir/guile-cv\"")
|
||||
"SITEDIR=\"$datadir/guile/site/$GUILE_EFFECTIVE_VERSION\"")
|
||||
(("SITECCACHEDIR=\"\\$libdir/guile-cv/")
|
||||
"SITECCACHEDIR=\"$libdir/"))))
|
||||
"SITECCACHEDIR=\"$libdir/"))
|
||||
(delete-file "configure"))) ;trigger 'bootstrap' phase
|
||||
(add-after 'unpack 'substitute-libs
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(substitute* "cv/init.scm"
|
||||
|
||||
Reference in New Issue
Block a user