mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -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
|
autoconf-2.71
|
||||||
automake
|
automake
|
||||||
pkg-config
|
pkg-config
|
||||||
bison
|
|
||||||
;; Scripting
|
;; Scripting
|
||||||
python-minimal ;; (3.10)
|
python-minimal ;; (3.10)
|
||||||
;; Git
|
;; Git
|
||||||
|
@ -537,7 +536,8 @@ inspecting signatures in Mach-O binaries.")
|
||||||
nss-certs
|
nss-certs
|
||||||
osslsigncode))
|
osslsigncode))
|
||||||
((string-contains target "-linux-")
|
((string-contains target "-linux-")
|
||||||
(list (list gcc-toolchain-12 "static")
|
(list bison
|
||||||
|
(list gcc-toolchain-12 "static")
|
||||||
(make-bitcoin-cross-toolchain target)))
|
(make-bitcoin-cross-toolchain target)))
|
||||||
((string-contains target "darwin")
|
((string-contains target "darwin")
|
||||||
(list clang-toolchain-18
|
(list clang-toolchain-18
|
||||||
|
|
Loading…
Add table
Reference in a new issue