Merge pull request #37872 from pbogdan/cf-cli-fix-build

cloudfoundry-cli: fix build
This commit is contained in:
Franz Pletz 2018-03-28 06:38:18 +00:00 committed by GitHub
commit 3cc0342170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7619,7 +7619,9 @@ with pkgs;
cl-launch = callPackage ../development/tools/misc/cl-launch {};
cloudfoundry-cli = callPackage ../development/tools/cloudfoundry-cli { };
cloudfoundry-cli = callPackage ../development/tools/cloudfoundry-cli {
go = go_1_9;
};
coan = callPackage ../development/tools/analysis/coan { };