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:
Leo Famulari 2018-04-23 13:58:38 -04:00
parent a65d88f2a5
commit 3f0ec617f5
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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)))