Merge pull request #140941 from eonpatapon/hurl-darwin

hurl: fix build on darwin
This commit is contained in:
Mario Rodas
2021-10-08 08:27:16 -05:00
committed by GitHub
+4
View File
@@ -1,9 +1,11 @@
{ lib
, stdenv
, rustPlatform
, fetchFromGitHub
, pkg-config
, libxml2
, openssl
, curl
}:
rustPlatform.buildRustPackage rec {
@@ -24,6 +26,8 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
libxml2
openssl
] ++ lib.optionals stdenv.isDarwin [
curl
];
# Tests require network access to a test server