We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bee08b3 + 0a91a79 commit b61a7b7Copy full SHA for b61a7b7
pkgs/by-name/hu/hurl/package.nix
@@ -2,12 +2,10 @@
2
lib,
3
rustPlatform,
4
fetchFromGitHub,
5
- fetchpatch,
6
pkg-config,
7
installShellFiles,
8
libxml2,
9
openssl,
10
- stdenv,
11
curl,
12
versionCheckHook,
13
}:
@@ -31,14 +29,11 @@ rustPlatform.buildRustPackage rec {
31
29
installShellFiles
32
30
];
33
34
- buildInputs =
35
- [
36
- libxml2
37
- openssl
38
- ]
39
- ++ lib.optionals stdenv.hostPlatform.isDarwin [
40
- curl
41
- ];
+ buildInputs = [
+ libxml2
+ openssl
+ curl
+ ];
42
43
nativeInstallCheckInputs = [ versionCheckHook ];
44
0 commit comments