mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
prometheus/pushgateway: fix after golang_protobuf_extensions update
This commit is contained in:
parent
5dde66546e
commit
76c34a9590
@ -37,6 +37,9 @@ buildGoPackage rec {
|
||||
(
|
||||
cd "go/src/$goPackagePath"
|
||||
go-bindata ./resources/
|
||||
${govers}/bin/govers -d -m github.com/matttproud/golang_protobuf_extensions/ext github.com/matttproud/golang_protobuf_extensions/pbutil
|
||||
substituteInPlace handler/push.go \
|
||||
--replace ext.ReadDelimited pbutil.ReadDelimited
|
||||
)
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user