mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
Merge pull request #37872 from pbogdan/cf-cli-fix-build
cloudfoundry-cli: fix build
This commit is contained in:
commit
3cc0342170
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user