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" ];