openapi-tui: Fix formatting

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2026-01-11 12:56:33 +01:00
parent c6edb8034b
commit 3b3ad64144
+4 -2
View File
@@ -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 = [