We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cef53 commit e6df348Copy full SHA for e6df348
contrib/guix/manifest.scm
@@ -522,7 +522,6 @@ inspecting signatures in Mach-O binaries.")
522
autoconf-2.71
523
automake
524
pkg-config
525
- bison
526
;; Scripting
527
python-minimal ;; (3.10)
528
;; Git
@@ -537,7 +536,8 @@ inspecting signatures in Mach-O binaries.")
537
536
nss-certs
538
osslsigncode))
539
((string-contains target "-linux-")
540
- (list (list gcc-toolchain-12 "static")
+ (list bison
+ (list gcc-toolchain-12 "static")
541
(make-bitcoin-cross-toolchain target)))
542
((string-contains target "darwin")
543
(list clang-toolchain-18
0 commit comments