dockerTools.tarsum: use current go

This commit is contained in:
zowoq 2021-07-04 15:31:57 +10:00
parent bbd5cdac29
commit 05fe220746
2 changed files with 1 additions and 1 deletions

View file

@ -132,6 +132,7 @@ rec {
cp ${./tarsum.go} tarsum.go
export GOPATH=$(pwd)
export GOCACHE="$TMPDIR/go-cache"
export GO111MODULE=off
mkdir -p src/github.com/docker/docker/pkg
ln -sT ${docker.moby-src}/pkg/tarsum src/github.com/docker/docker/pkg/tarsum
go build

View file

@ -363,7 +363,6 @@ in
grsync = callPackage ../applications/misc/grsync { };
dockerTools = callPackage ../build-support/docker {
go = buildPackages.go_1_15;
writePython3 = buildPackages.writers.writePython3;
};