commit
02ba80a339
@ -121,7 +121,8 @@ with pkgs;
|
|||||||
|
|
||||||
dieHook = makeSetupHook {} ../build-support/setup-hooks/die.sh;
|
dieHook = makeSetupHook {} ../build-support/setup-hooks/die.sh;
|
||||||
|
|
||||||
dockerTools = callPackage ../build-support/docker { };
|
# go 1.9 pin until https://github.com/moby/moby/pull/35739
|
||||||
|
dockerTools = callPackage ../build-support/docker { go = go_1_9; };
|
||||||
|
|
||||||
docker_compose = pythonPackages.docker_compose;
|
docker_compose = pythonPackages.docker_compose;
|
||||||
|
|
||||||
@ -14940,7 +14941,8 @@ with pkgs;
|
|||||||
dmtx-utils = callPackage (callPackage ../tools/graphics/dmtx-utils) {
|
dmtx-utils = callPackage (callPackage ../tools/graphics/dmtx-utils) {
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit (callPackage ../applications/virtualization/docker { })
|
# go 1.9 pin until https://github.com/moby/moby/pull/35739
|
||||||
|
inherit (callPackage ../applications/virtualization/docker { go = go_1_9; })
|
||||||
docker_17_12
|
docker_17_12
|
||||||
docker_18_02;
|
docker_18_02;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user