Skip to content

Commit 2ade04c

Browse files
committed
guix: Drop repetition of option's default value
1 parent 8c9ea8a commit 2ade04c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/guix/manifest.scm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,8 +607,7 @@ inspecting signatures in Mach-O binaries.")
607607
((string-contains target "-linux-")
608608
(list (cond ((string-contains target "riscv64-")
609609
(make-bitcoin-cross-toolchain target
610-
#:base-libc (make-glibc-without-werror glibc-2.27/bitcoin-patched)
611-
#:base-kernel-headers base-linux-kernel-headers))
610+
#:base-libc (make-glibc-without-werror glibc-2.27/bitcoin-patched)))
612611
(else
613612
(make-bitcoin-cross-toolchain target)))))
614613
((string-contains target "darwin")

0 commit comments

Comments
 (0)