Skip to content

Commit 8ca8565

Browse files
committed
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).
1 parent e3e648c commit 8ca8565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/guix/manifest.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ inspecting signatures in Mach-O binaries.")
512512
gcc-toolchain-12
513513
cmake-minimal
514514
gnu-make
515-
pkg-config
516515
;; Scripting
517516
python-minimal ;; (3.10)
518517
;; Git
@@ -528,6 +527,7 @@ inspecting signatures in Mach-O binaries.")
528527
osslsigncode))
529528
((string-contains target "-linux-")
530529
(list bison
530+
pkg-config
531531
(list gcc-toolchain-12 "static")
532532
(make-bitcoin-cross-toolchain target)))
533533
((string-contains target "darwin")

0 commit comments

Comments
 (0)