restic: switch to default go compiler

This commit is contained in:
Sergey Lukjanov 2020-02-16 10:24:58 -08:00
parent 5375b833bc
commit 39fd6223c8

View file

@ -15755,11 +15755,7 @@ in
redstore = callPackage ../servers/http/redstore { };
restic = callPackage ../tools/backup/restic {
# Version 0.9.5 fails to build with go 1.13 due to dependency:
# go: bazil.org/fuse@v0.0.0-20180421153158-65cc252bf669: Get https://proxy.golang.org/bazil.org/fuse/@v/v0.0.0-20180421153158-65cc252bf669.mod: dial tcp: lookup proxy.golang.org on [::1]:53: read udp [::1]:56450->[::1]:53: read: connection refused
buildGoPackage = buildGo112Package;
};
restic = callPackage ../tools/backup/restic { };
restic-rest-server = callPackage ../tools/backup/restic/rest-server.nix { };