From 8eb4be30158c05b127b511d831748b282d2daecd Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 12 Feb 2026 21:01:58 +0300 Subject: [PATCH] libcamera: nixfmt --- pkgs/by-name/li/libcamera/package.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/li/libcamera/package.nix b/pkgs/by-name/li/libcamera/package.nix index 627fad8c6f42..f393ee46823c 100644 --- a/pkgs/by-name/li/libcamera/package.nix +++ b/pkgs/by-name/li/libcamera/package.nix @@ -121,7 +121,8 @@ stdenv.mkDerivation rec { # Given that upstream also provides public documentation, # we can disable it here. "-Ddocumentation=disabled" - ] ++ lib.optionals stdenv.hostPlatform.isAarch64 [ + ] + ++ lib.optionals stdenv.hostPlatform.isAarch64 [ # we don't have tensorflow-lite to build this "-Drpi-awb-nn=disabled" ];