gst_all_1.gst-plugins-rs: drop the raptorq test everywhere

I don't understand this, and it didn't seem anyone was willing
to look into the issue.
https://hydra.nixos.org/build/225312469/nixlog/1/tail
This commit is contained in:
Vladimír Čunát 2023-06-26 09:50:20 +02:00
parent ffc0f1526c
commit 109633bef0
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -138,7 +138,7 @@ stdenv.mkDerivation rec {
'';
};
postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 ''
postPatch = ''
rm net/raptorq/tests/raptorq.rs
'';