Skip to content

Commit d1ae706

Browse files
committed
clean 04
1 parent 6354cbb commit d1ae706

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

contrib/guix/manifest.scm

+6-9
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ desirable for building Bitcoin Core release binaries."
180180
diffutils
181181
findutils
182182
;; File transformation
183+
bison
183184
patch
184185
gawk
185186
sed
@@ -188,16 +189,12 @@ desirable for building Bitcoin Core release binaries."
188189
gzip
189190
xz
190191
;; Build tools
191-
gcc-toolchain-13
192192
cmake-minimal
193+
gcc-toolchain-13
194+
(list gcc-toolchain-13 "static")
193195
gnu-make
196+
(make-bitcoin-cross-toolchain x86_64-linux-gnu)
194197
ninja
198+
pkg-config
195199
;; Git
196-
git-minimal)
197-
(let ((target (getenv "HOST")))
198-
(cond ((string-contains target "-linux-")
199-
(list bison
200-
pkg-config
201-
(list gcc-toolchain-13 "static")
202-
(make-bitcoin-cross-toolchain target)))
203-
(else '())))))
200+
git-minimal)))

0 commit comments

Comments
 (0)