mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go@1.4: Use the "real" pkg-config.
* gnu/packages/golang.scm (go-1.4)[native-inputs]: Use pkg-config instead of %pkg-config.
This commit is contained in:
parent
a65d88f2a5
commit
3f0ec617f5
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@
|
||||||
;; https://github.com/golang/go/issues/24046
|
;; https://github.com/golang/go/issues/24046
|
||||||
("gcc:lib" ,gcc-6 "lib")))
|
("gcc:lib" ,gcc-6 "lib")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,%pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("which" ,which)
|
("which" ,which)
|
||||||
("net-base" ,net-base)
|
("net-base" ,net-base)
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue