zellij: unvendor rust-openssl (#351510)

This commit is contained in:
Emily 2024-10-26 23:05:23 +01:00 committed by GitHub
commit 86e78d3d20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,6 @@
, rustPlatform
, stdenv
, installShellFiles
, perl
, pkg-config
, libiconv
, openssl
@ -30,10 +29,11 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [
mandown
installShellFiles
perl
pkg-config
];
OPENSSL_NO_VENDOR = 1;
buildInputs = [
openssl
] ++ lib.optionals stdenv.hostPlatform.isDarwin [