mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
fixes `nix-build -A pkgsCross.aarch64-multiplatform.gst_all_1.gst-plugins-rs`. `jq` is used at build time, so place it in nativeBuildInputs. Otherwise we invoke a version which only runs on the hostPlatform, instead of the buildPlatform