mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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 @@ (define-public go-1.4
|
|||
;; 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 a new issue