mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
dockerTools.tarsum: use current go
This commit is contained in:
parent
bbd5cdac29
commit
05fe220746
@ -132,6 +132,7 @@ rec {
|
|||||||
cp ${./tarsum.go} tarsum.go
|
cp ${./tarsum.go} tarsum.go
|
||||||
export GOPATH=$(pwd)
|
export GOPATH=$(pwd)
|
||||||
export GOCACHE="$TMPDIR/go-cache"
|
export GOCACHE="$TMPDIR/go-cache"
|
||||||
|
export GO111MODULE=off
|
||||||
mkdir -p src/github.com/docker/docker/pkg
|
mkdir -p src/github.com/docker/docker/pkg
|
||||||
ln -sT ${docker.moby-src}/pkg/tarsum src/github.com/docker/docker/pkg/tarsum
|
ln -sT ${docker.moby-src}/pkg/tarsum src/github.com/docker/docker/pkg/tarsum
|
||||||
go build
|
go build
|
||||||
|
@ -363,7 +363,6 @@ in
|
|||||||
grsync = callPackage ../applications/misc/grsync { };
|
grsync = callPackage ../applications/misc/grsync { };
|
||||||
|
|
||||||
dockerTools = callPackage ../build-support/docker {
|
dockerTools = callPackage ../build-support/docker {
|
||||||
go = buildPackages.go_1_15;
|
|
||||||
writePython3 = buildPackages.writers.writePython3;
|
writePython3 = buildPackages.writers.writePython3;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user