gst_all_1.gst-plugins-good: fix comment typo
Fix typo that I missed in my last PR: support -> supported
This commit is contained in:
parent
e0d40b9473
commit
b62bafb08f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user