libcamera: fix build for armv7l
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user