Skip to content

Commit 3fe002b

Browse files
committed
zellij: unvendor rust-openssl
1 parent e3b7ada commit 3fe002b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/misc/zellij/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
, rustPlatform
44
, stdenv
55
, installShellFiles
6-
, perl
76
, pkg-config
87
, libiconv
98
, openssl
@@ -30,10 +29,11 @@ rustPlatform.buildRustPackage rec {
3029
nativeBuildInputs = [
3130
mandown
3231
installShellFiles
33-
perl
3432
pkg-config
3533
];
3634

35+
OPENSSL_NO_VENDOR = 1;
36+
3737
buildInputs = [
3838
openssl
3939
] ++ lib.optionals stdenv.hostPlatform.isDarwin [

0 commit comments

Comments
 (0)