bosh-cli: init at 6.4.3

(cherry picked from commit 8f3bf74e1c1689e8c04f83a2c4cf58b38c17ab33)
This commit is contained in:
Robert Scott
2021-06-11 22:45:52 +00:00
committed by github-actions[bot]
parent c3094b06ce
commit b76c86678d
2 changed files with 45 additions and 0 deletions
+2
View File
@@ -14281,6 +14281,8 @@ in
boost_process = callPackage ../development/libraries/boost-process { };
bosh-cli = callPackage ../applications/networking/cluster/bosh-cli { };
botan = callPackage ../development/libraries/botan {
openssl = openssl_1_0_2;
inherit (darwin.apple_sdk.frameworks) CoreServices Security;