zellij: unvendor rust-openssl (#351510)
This commit is contained in:
commit
86e78d3d20
@ -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 [
|
||||
|
Loading…
Reference in New Issue
Block a user