all-packages: use go 1.12 for magnetico
Co-authored-by: Roman Volosatovs <rvolosatovs@riseup.net>
This commit is contained in:
parent
6e031f1244
commit
7c6e98721c
@ -19497,7 +19497,10 @@ in
|
||||
|
||||
marp = callPackage ../applications/office/marp { };
|
||||
|
||||
magnetico = callPackage ../applications/networking/p2p/magnetico { };
|
||||
magnetico = callPackage ../applications/networking/p2p/magnetico {
|
||||
# Version 2019-08-14 fails to build with go 1.13 due to missing go.sum
|
||||
buildGoModule = buildGo112Module;
|
||||
};
|
||||
|
||||
matchbox = callPackage ../applications/window-managers/matchbox { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user