14 rustPlatform.buildRustPackage rec {
18 src = fetchFromGitHub {
22 hash = "sha256-oK9ZzENwpEq6W1qnhSgkr7Rhy7Fxt/BS4U5nxecyPu8=";
26 lockFile = ./Cargo.lock;
28 "clap-2.33.1" = "sha256-ixyNr91VNB2ce2cIr0CdPmvKYRlckhKLeaSbqxouIAY=";
29 "configopt-0.1.0" = "sha256-76MeSoRD796ZzBqX3CoDJnunekVo2XfctpxrpspxmAU=";
30 "rants-0.6.0" = "sha256-B8uDoiqddCki3j7aC8kilEcmJjvB4ICjZjjTun2UEkY=";
31 "retry-1.0.0" = "sha256-ZaHnzOCelV4V0+MTIbH3DXxdz8QZVgcMq2YeV0S6X6o=";
32 "structopt-0.3.15" = "sha256-0vIX7J7VktKytT3ZnOm45qPRMHDkdJg20eU6pZBIH+Q=";
33 "zmq-0.9.2" = "sha256-bsDCPYLb9hUr6htPQ7rSoasKAqoWBx5FiEY1gOOtdJQ=";
53 cargoTestFlags = cargoBuildFlags;
56 OPENSSL_NO_VENDOR = true;
57 SODIUM_USE_PKG_CONFIG = true;
58 SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
62 description = "Application automation framework";
63 homepage = "https://www.habitat.sh";
64 changelog = "https://github.com/habitat-sh/habitat/blob/${src.rev}/CHANGELOG.md";
65 license = licenses.asl20;
66 maintainers = with maintainers; [
71 platforms = [ "x86_64-linux" ];