gst_all_1.gst-plugins-rs: fix cross compilation (#546037)
This commit is contained in:
@@ -234,7 +234,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
postConfigure = ''
|
||||
meson introspect . --buildoptions | \
|
||||
${lib.getExe jq} -r 'map(select(.description | test("Build .+ plugin")) | .name | select(. != "validate")) | sort | .[]' \
|
||||
jq -r 'map(select(.description | test("Build .+ plugin")) | .name | select(. != "validate")) | sort | .[]' \
|
||||
> valid-plugin-names.txt
|
||||
echo "checking for consistency between validPlugins and meson_options.txt"
|
||||
diff -u ${validPluginFile} valid-plugin-names.txt
|
||||
@@ -261,6 +261,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
rustc
|
||||
cargo
|
||||
cargo-c
|
||||
jq
|
||||
nasm
|
||||
validatePkgConfig
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user