mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 18:52:57 +02: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:
@@ -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")
|
||||
|
Reference in New Issue
Block a user