mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -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
|
gcc-toolchain-12
|
||||||
cmake-minimal
|
cmake-minimal
|
||||||
gnu-make
|
gnu-make
|
||||||
pkg-config
|
|
||||||
;; Scripting
|
;; Scripting
|
||||||
python-minimal ;; (3.10)
|
python-minimal ;; (3.10)
|
||||||
;; Git
|
;; Git
|
||||||
|
@ -528,6 +527,7 @@ inspecting signatures in Mach-O binaries.")
|
||||||
osslsigncode))
|
osslsigncode))
|
||||||
((string-contains target "-linux-")
|
((string-contains target "-linux-")
|
||||||
(list bison
|
(list bison
|
||||||
|
pkg-config
|
||||||
(list gcc-toolchain-12 "static")
|
(list gcc-toolchain-12 "static")
|
||||||
(make-bitcoin-cross-toolchain target)))
|
(make-bitcoin-cross-toolchain target)))
|
||||||
((string-contains target "darwin")
|
((string-contains target "darwin")
|
||||||
|
|
Loading…
Add table
Reference in a new issue