docker: build with default go

Fixes build after binutils update
This commit is contained in:
Robin Gloster 2016-08-28 22:51:34 +00:00
parent 69b71d3eac
commit 9145ba0d90
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -12704,7 +12704,6 @@ in
docker = callPackage ../applications/virtualization/docker {
btrfs-progs = btrfs-progs_4_4_1;
go = go_1_4;
};
docker-gc = callPackage ../applications/virtualization/docker/gc.nix { };