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
@@ -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);