From e6df3485ed2302712b7cf03bdb7e76aea197a1ea Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 26 Jul 2024 17:17:45 +0100 Subject: [PATCH] guix: move bison from global scope, to Linux This is only needed for the Qt build, on Linux, so does not need to be built/present for the macOS or Windows builds. --- contrib/guix/manifest.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index 732f65da30d..a4930dad8b6 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -522,7 +522,6 @@ inspecting signatures in Mach-O binaries.") autoconf-2.71 automake pkg-config - bison ;; Scripting python-minimal ;; (3.10) ;; Git @@ -537,7 +536,8 @@ inspecting signatures in Mach-O binaries.") nss-certs osslsigncode)) ((string-contains target "-linux-") - (list (list gcc-toolchain-12 "static") + (list bison + (list gcc-toolchain-12 "static") (make-bitcoin-cross-toolchain target))) ((string-contains target "darwin") (list clang-toolchain-18