Merge pull request #126631 from NixOS/backport-126601-to-release-21.05

[Backport release-21.05] bosh-cli: init at 6.4.3
This commit is contained in:
Robert Scott
2021-06-18 20:38:20 +01:00
committed by GitHub
2 changed files with 45 additions and 0 deletions
+2
View File
@@ -14283,6 +14283,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;