Unverified Commit 3b3ad641 authored by Matthias Beyer's avatar Matthias Beyer
Browse files

openapi-tui: Fix formatting

parent c6edb803
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -21,8 +21,10 @@ rustPlatform.buildRustPackage rec {
  cargoHash = "sha256-911ARjYvTNqLVVUWxATbtiKXOC9AqalFvDvp/qAef1Q=";

  # Do not vendor Oniguruma
  env.RUSTONIG_SYSTEM_LIBONIG = true;
  env.OPENSSL_NO_VENDOR = true;
  env = {
    RUSTONIG_SYSTEM_LIBONIG = true;
    OPENSSL_NO_VENDOR = true;
  };

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [