diff options
| author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2026-03-23 13:14:34 +0100 |
|---|---|---|
| committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2026-03-23 13:15:24 +0100 |
| commit | 575ad30d6b49c2922283da8ca14213ded63fc478 (patch) | |
| tree | 9bb66db6f2b41183e0da8b257314d90414254b5d | |
| parent | 512792a6f5714b7ec543123b7b083b161f0ae9f6 (diff) | |
gnu: guile-bstructs: Fix cross-build.
* gnu/packages/guile-xyz.scm (guile-bstructs)[native-inputs]: Add guile-3.0.
Change-Id: I668f296aa71d3628ee59bd306b40c67fa0eb4c7e
| -rw-r--r-- | gnu/packages/guile-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index a0ef10344b6..7e4dacf116a 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2016, 2017, 2021 Alex Kost <alezost@gmail.com> ;;; Copyright © 2016, 2017 Adonay "adfeno" Felipe Nogueira <https://libreplanet.org/wiki/User:Adfeno> <adfeno@openmailbox.org> ;;; Copyright © 2016, 2021 Amirouche <amirouche@hypermove.net> -;;; Copyright © 2016, 2019, 2021, 2023, 2024, 2025 Janneke Nieuwenhuizen <janneke@gnu.org> +;;; Copyright © 2016, 2019, 2021, 2023, 2024-2026 Janneke Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2017 Andy Wingo <wingo@igalia.com> ;;; Copyright © 2017 David Thompson <davet@gnu.org> ;;; Copyright © 2017, 2018, 2019, 2020 Mathieu Othacehe <m.othacehe@gmail.com> @@ -7912,7 +7912,7 @@ This module implements this interface by use of Guile's dynamic FFI.") (sha256 (base32 "0f847aiyzhrlvd2jmckyqrkrvi7i9mg8rmyhbh7fs1vzykcf67wb")))) (build-system gnu-build-system) - (native-inputs (list autoconf automake pkg-config texinfo)) + (native-inputs (list autoconf automake guile-3.0 pkg-config texinfo)) (inputs (list guile-3.0)) (synopsis "Efficient binary structures for Guile") (description |
