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.
This commit is contained in:
parent
b5e3701f1a
commit
80902fc210
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; 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 © 2014, 2015, 2018 Mark H Weaver <mhw@netris.org>
|
||||||
;;; Copyright © 2015, 2017, 2022 Christine Lemmer-Webber <cwebber@dustycloud.org>
|
;;; Copyright © 2015, 2017, 2022 Christine Lemmer-Webber <cwebber@dustycloud.org>
|
||||||
;;; Copyright © 2016 Alex Sassmannshausen <alex@pompo.co>
|
;;; Copyright © 2016 Alex Sassmannshausen <alex@pompo.co>
|
||||||
|
@ -4685,7 +4685,7 @@ (define-public guile-avahi
|
||||||
(inputs
|
(inputs
|
||||||
(list guile-3.0 avahi))
|
(list guile-3.0 avahi))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake libtool pkg-config texinfo))
|
(list autoconf automake libtool pkg-config texinfo guile-3.0))
|
||||||
(synopsis "Guile bindings to Avahi")
|
(synopsis "Guile bindings to Avahi")
|
||||||
(description
|
(description
|
||||||
"This package provides bindings for Avahi. It allows programmers to
|
"This package provides bindings for Avahi. It allows programmers to
|
||||||
|
|
Loading…
Reference in a new issue