3
0
Fork 0
forked from mirrors/nixpkgs

all-packages: use go 1.12 for tendermint

This commit is contained in:
Roman Volosatovs 2019-09-16 23:39:25 +02:00
parent 72a6ab4d5f
commit b63b95f141
No known key found for this signature in database
GPG key ID: 2660C5FDCEBE6F87

View file

@ -20946,7 +20946,9 @@ in
telepathy-idle = callPackage ../applications/networking/instant-messengers/telepathy/idle {};
tendermint = callPackage ../tools/networking/tendermint {};
tendermint = callPackage ../tools/networking/tendermint {
buildGoModule = buildGo112Module;
};
termdown = (newScope pythonPackages) ../applications/misc/termdown { };