Skip to content

Commit

Permalink
Merge NixOS#238411: gst_all_1.gst-plugins-rs: drop a test on aarch64-*
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jun 18, 2023
2 parents 451d4f5 + 45384ee commit e83cd1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/libraries/gstreamer/rs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit e83cd1f

Please sign in to comment.