all-packages: use go 1.12 for magnetico

Co-authored-by: Roman Volosatovs <rvolosatovs@riseup.net>
This commit is contained in:
Colin L Rice 2019-09-17 22:58:26 -04:00 committed by Roman Volosatovs
parent 6e031f1244
commit 7c6e98721c
No known key found for this signature in database
GPG Key ID: 2660C5FDCEBE6F87

View File

@ -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 { };