mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
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.
This commit is contained in:
parent
30cef53707
commit
e6df3485ed
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue