Commit 3fe002b0 authored by K900's avatar K900
Browse files

zellij: unvendor rust-openssl

parent e3b7ada4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 [