guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: guile-avahi: Fix cross-compilation.


From: guix-commits
Subject: 07/07: gnu: guile-avahi: Fix cross-compilation.
Date: Thu, 5 Jan 2023 09:17:51 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 80902fc210d8dc28e14d63d68f398aef796b5838
Author: Ludovic Courtès <ludo@gnu.org>
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 <ludo@gnu.org>
+;;; Copyright © 2012-2023 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2014, 2015, 2018 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2015, 2017, 2022 Christine Lemmer-Webber 
<cwebber@dustycloud.org>
 ;;; Copyright © 2016 Alex Sassmannshausen <alex@pompo.co>
@@ -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

[Prev in Thread] Current Thread [Next in Thread]