diff --git a/pkgs/by-name/li/libcamera/package.nix b/pkgs/by-name/li/libcamera/package.nix index 7c7ae06fd369..8930cd4d6aee 100644 --- a/pkgs/by-name/li/libcamera/package.nix +++ b/pkgs/by-name/li/libcamera/package.nix @@ -122,7 +122,7 @@ stdenv.mkDerivation rec { # we can disable it here. "-Ddocumentation=disabled" ] - ++ lib.optionals stdenv.hostPlatform.isAarch64 [ + ++ lib.optionals stdenv.hostPlatform.isAarch [ # we don't have tensorflow-lite to build this "-Drpi-awb-nn=disabled" ];