mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
act: build with go 1.15 on darwin
Fix on the latest docker-for-mac stable (2.4.0.0)
This commit is contained in:
parent
86e6adc799
commit
9ae60c8747
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user