mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue