GNU bug report logs -
#76752
[PATCH] gnu: guile-for-guile-emacs: Fix build.
Previous Next
Full log
Message #10 received at 76752-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Morgan Smith <Morgan.J.Smith <at> outlook.com> writes:
> Got broken in commit 98f894e05fdbc6bc90887820b0abc2a443a8b676 which updated
> guile-next and removed a no longer needed phase. This package still needed
> that phase though.
>
> * gnu/packages/guile.scm (guile-for-guile-emacs): Add phase to disable a
add [arguments]
> failing test.
>
> Change-Id: Ia45e33f65187e3fdb02dc6a9560d04479e32a017
> ---
>
> Also fixes dependent build of guile-emacs
>
> gnu/packages/guile.scm | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
> index cb4ddc8a2d..787cf4a50e 100644
> --- a/gnu/packages/guile.scm
> +++ b/gnu/packages/guile.scm
> @@ -625,7 +625,14 @@ (define-public guile-for-guile-emacs
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "0fgkcv29581kqkxqq6y48xly72970qs7016qhs6c4ilygg0gyfqb")))))))
> + "0fgkcv29581kqkxqq6y48xly72970qs7016qhs6c4ilygg0gyfqb"))))
> + (arguments
> + (substitute-keyword-arguments (package-arguments guile-next)
> + ((#:phases phases '%standard-phases)
> + #~(modify-phases #$phases
> + (add-before 'check 'skip-failing-tests
> + (lambda _
> + (delete-file "test-suite/tests/version.test"))))))))))
>
>
> ;;;
>
> base-commit: f785ff154c08e842b89145d9d47b20203d797e33
adjust and pushed, closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 72 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.