Merge pull request #245791 from lopsided98/patch-1

gst_all_1.gst-plugins-good: fix comment typo
This commit is contained in:
Lily Foster 2023-07-27 21:17:33 -04:00 committed by GitHub
commit ded926ce93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@
, enableDocumentation ? stdenv.hostPlatform == stdenv.buildPlatform, hotdoc
}:
# MMAL is not support on aarch64, see:
# MMAL is not supported on aarch64, see:
# https://github.com/raspberrypi/userland/issues/688
assert raspiCameraSupport -> (stdenv.isLinux && stdenv.isAarch32);