Skip to content

Commit e6df348

Browse files
committed
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.
1 parent 30cef53 commit e6df348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/guix/manifest.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ inspecting signatures in Mach-O binaries.")
522522
autoconf-2.71
523523
automake
524524
pkg-config
525-
bison
526525
;; Scripting
527526
python-minimal ;; (3.10)
528527
;; Git
@@ -537,7 +536,8 @@ inspecting signatures in Mach-O binaries.")
537536
nss-certs
538537
osslsigncode))
539538
((string-contains target "-linux-")
540-
(list (list gcc-toolchain-12 "static")
539+
(list bison
540+
(list gcc-toolchain-12 "static")
541541
(make-bitcoin-cross-toolchain target)))
542542
((string-contains target "darwin")
543543
(list clang-toolchain-18

0 commit comments

Comments
 (0)