hydra-cli: fix strict deps build

This commit is contained in:
Jörg Thalheim 2020-03-29 07:24:48 +00:00
parent 649eecd631
commit 0322dc52b8
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -13,11 +13,11 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "1sj80a99iakxxa698gggiszsrxwlwhr2sx4wmsni0cshx6z2x6za";
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
buildInputs = [ openssl ]
++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
nativeBuildInputs = [
pkgconfig
openssl
];
meta = with stdenv.lib; {