act: build with go 1.15 on darwin

Fix on the latest docker-for-mac stable (2.4.0.0)
gstqt5
Mario Rodas 2020-10-06 04:20:00 +00:00
parent 86e6adc799
commit 9ae60c8747
1 changed files with 1 additions and 4 deletions

View File

@ -583,10 +583,7 @@ in
acpica-tools = callPackage ../tools/system/acpica-tools { };
act = callPackage ../development/tools/misc/act {
# go 1.15 cannot connect to docker-for-mac https://github.com/docker/for-mac/issues/4855
buildGoModule = if stdenv.isDarwin then buildGo114Module else buildGoModule;
};
act = callPackage ../development/tools/misc/act { };
actdiag = with python3.pkgs; toPythonApplication actdiag;