From ffed6bb86210102427d5014be53a5c6631a1d0f5 Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Sat, 18 Feb 2023 12:43:05 -0500 Subject: gst_all_1.gst-plugins-good: allow rpicamsrc on 32-bit ARM rpicamsrc is supported on 32-bit ARM as well, but this was not allowed by the assertion. --- pkgs/development/libraries/gstreamer/good/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/gstreamer/good/default.nix b/pkgs/development/libraries/gstreamer/good/default.nix index aabd0058b26..4f677cb64b9 100644 --- a/pkgs/development/libraries/gstreamer/good/default.nix +++ b/pkgs/development/libraries/gstreamer/good/default.nix @@ -45,7 +45,7 @@ , enableDocumentation ? stdenv.hostPlatform == stdenv.buildPlatform, hotdoc }: -assert raspiCameraSupport -> (stdenv.isLinux && stdenv.isAarch64); +assert raspiCameraSupport -> (stdenv.isLinux && (stdenv.isAarch32 || stdenv.isAarch64)); stdenv.mkDerivation rec { pname = "gst-plugins-good"; -- cgit 1.4.1