[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
- branch master updated (dc7eb6f07a -> 80902fc210), guix-commits, 2023/01/05
- 02/07: home: services: environment-variables: Add support for literal strings., guix-commits, 2023/01/05
- 04/07: system: Define default 'PS1' in /etc/bashrc rather than ~/.bashrc., guix-commits, 2023/01/05
- 06/07: environment: Avoid false positive on 'PS1' check., guix-commits, 2023/01/05
- 07/07: gnu: guile-avahi: Fix cross-compilation.,
guix-commits <=
- 05/07: environment: Simplify 'PS1' suggestion on '--check'., guix-commits, 2023/01/05
- 01/07: home: '--version' really says "guix home"., guix-commits, 2023/01/05
- 03/07: system, home: Factorize default '.bashrc'., guix-commits, 2023/01/05