mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 07:14:52 +00:00
gst_all_1.gst-plugins-rs: drop a test on aarch64-*
This commit is contained in:
parent
9b2577b29c
commit
45384eefc0
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user