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
|
@ -195,7 +195,7 @@
|
|||
;; https://github.com/golang/go/issues/24046
|
||||
("gcc:lib" ,gcc-6 "lib")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,%pkg-config)
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("which" ,which)
|
||||
("net-base" ,net-base)
|
||||
("perl" ,perl)))
|
||||
|
|
Loading…
Reference in New Issue