mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-24 18:23:26 -03:00
guix: move pkg-config to Linux builds
This is no-longer needed for macOS or Windows, and is only required on Linux for a Qt sub dependency (fontconfig to find freetype).
This commit is contained in:
parent
e3e648cf41
commit
8ca85651c8
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,6 @@ inspecting signatures in Mach-O binaries.")
|
|||
gcc-toolchain-12
|
||||
cmake-minimal
|
||||
gnu-make
|
||||
pkg-config
|
||||
;; Scripting
|
||||
python-minimal ;; (3.10)
|
||||
;; Git
|
||||
|
@ -528,6 +527,7 @@ inspecting signatures in Mach-O binaries.")
|
|||
osslsigncode))
|
||||
((string-contains target "-linux-")
|
||||
(list bison
|
||||
pkg-config
|
||||
(list gcc-toolchain-12 "static")
|
||||
(make-bitcoin-cross-toolchain target)))
|
||||
((string-contains target "darwin")
|
||||
|
|
Loading…
Add table
Reference in a new issue