mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
parent
f9fbffdf02
commit
0a33beadb3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue