civodul pushed a commit to branch master
in repository guix.

commit 80902fc210d8dc28e14d63d68f398aef796b5838
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Jan 5 15:16:17 2023 +0100

    gnu: guile-avahi: Fix cross-compilation.
    
    Previously ./configure would fail because 'guile.m4' wouldn't be picked
    up by 'autoreconf' when generating it.
    
    * gnu/packages/guile-xyz.scm (guile-avahi)[native-inputs]: Add GUILE-3.0.
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 9c94764ab3..86f6f727ab 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012-2022 Ludovic Courtès <[email protected]>
+;;; Copyright © 2012-2023 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2014, 2015, 2018 Mark H Weaver <[email protected]>
 ;;; Copyright © 2015, 2017, 2022 Christine Lemmer-Webber 
<[email protected]>
 ;;; Copyright © 2016 Alex Sassmannshausen <[email protected]>
@@ -4685,7 +4685,7 @@ errors.")
       (inputs
        (list guile-3.0 avahi))
       (native-inputs
-       (list autoconf automake libtool pkg-config texinfo))
+       (list autoconf automake libtool pkg-config texinfo guile-3.0))
       (synopsis "Guile bindings to Avahi")
       (description
        "This package provides bindings for Avahi.  It allows programmers to

Reply via email to