Merge pull request #103418 from happysalada/wrangler_fix_darwin_build

wrangler: fix Darwin build
This commit is contained in:
Oleksii Filonenko 2020-11-11 10:49:35 +02:00 committed by GitHub
commit 89ff657d88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "0d9wvdjjakznz8dnqx4gqxh0xkxrh4229460hg6dr9qn492p7nfx";
nativeBuildInputs = stdenv.lib.optionals stdenv.isLinux [ pkg-config perl ];
nativeBuildInputs = [ perl ] ++ stdenv.lib.optionals stdenv.isLinux [ pkg-config ];
buildInputs = stdenv.lib.optionals stdenv.isLinux [ openssl ]
++ stdenv.lib.optionals stdenv.isDarwin [