Merge #238411: gst_all_1.gst-plugins-rs: drop a test on aarch64-*

This commit is contained in:
Vladimír Čunát 2023-06-18 15:13:58 +02:00
commit e83cd1fb00
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -138,6 +138,10 @@ stdenv.mkDerivation rec {
'';
};
postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 ''
rm net/raptorq/tests/raptorq.rs
'';
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
outputHashes = {