libcamera: nixfmt

This commit is contained in:
K900
2026-02-12 21:01:58 +03:00
parent 5a321086a3
commit 8eb4be3015
+2 -1
View File
@@ -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"
];