Skip to content

Commit

Permalink
zellij: unvendor rust-openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Oct 26, 2024
1 parent e3b7ada commit 3fe002b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/zellij/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
, rustPlatform
, stdenv
, installShellFiles
, perl
, pkg-config
, libiconv
, openssl
Expand All @@ -30,10 +29,11 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [
mandown
installShellFiles
perl
pkg-config
];

OPENSSL_NO_VENDOR = 1;

buildInputs = [
openssl
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
Expand Down

0 comments on commit 3fe002b

Please sign in to comment.