all-packages: use go 1.12 for git-lfs

This commit is contained in:
Colin L Rice 2019-09-25 22:49:13 -04:00 committed by Roman Volosatovs
parent d32980ca1e
commit 52d057f575
No known key found for this signature in database
GPG key ID: 2660C5FDCEBE6F87

View file

@ -3390,7 +3390,11 @@ in
git-crecord = callPackage ../applications/version-management/git-crecord { };
git-lfs = lowPrio (callPackage ../applications/version-management/git-lfs { });
git-lfs = lowPrio (callPackage ../applications/version-management/git-lfs {
# Version 2.8.0 fails with go1.13
# go: github.com/alexbrainman/sspi@v0.0.0-20180125232955-4729b3d4d858: Get https://proxy.golang.org/github.com/alexbrainman/sspi/@v/v0.0.0-20180125232955-4729b3d4d858.mod: dial tcp: lookup proxy.golang.org on [::1]:53: read udp [::1]:32932->[::1]:53: read: connection refused
buildGoPackage = buildGo112Package;
});
git-lfs1 = callPackage ../applications/version-management/git-lfs/1.nix { };