httplz: fix strict deps build
This commit is contained in:
parent
22fe76d27d
commit
649eecd631
@ -12,10 +12,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
sha256 = "0i41hqig8v6w1qb6498239iix1rss0lznm5lcl9m3i439c2zv7pw";
|
sha256 = "0i41hqig8v6w1qb6498239iix1rss0lznm5lcl9m3i439c2zv7pw";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper pkgconfig ];
|
||||||
buildInputs = [
|
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [
|
||||||
openssl pkgconfig
|
|
||||||
] ++ lib.optionals stdenv.isDarwin [
|
|
||||||
libiconv darwin.apple_sdk.frameworks.Security
|
libiconv darwin.apple_sdk.frameworks.Security
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user