mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge #136081: orc: disable test failing on armv7l
This commit is contained in:
commit
4f1b64d802
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ in stdenv.mkDerivation rec {
|
|||
sha256 = "1w0qmyj3v9sb2g7ff39pp38b9850y9hyy0bag26ifrby5f7ksvm6";
|
||||
};
|
||||
|
||||
postPatch = lib.optionalString stdenv.isAarch32 ''
|
||||
# https://gitlab.freedesktop.org/gstreamer/orc/-/issues/20
|
||||
sed -i '/exec_opcodes_sys/d' testsuite/meson.build
|
||||
'';
|
||||
|
||||
outputs = [ "out" "dev" ]
|
||||
++ optional buildDevDoc "devdoc"
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue