Merge pull request #218684 from wegank/orc-gcc12

orc: fix build with gcc12 on aarch64-linux

authored by

Weijia Wang and committed by
GitHub
647a7f0e 33b748f6

+2 -1
+2 -1
pkgs/development/compilers/orc/default.nix
··· 46 46 ++ optionals buildDevDoc [ gtk-doc file docbook_xsl ] 47 47 ; 48 48 49 - doCheck = true; 49 + # https://gitlab.freedesktop.org/gstreamer/orc/-/issues/41 50 + doCheck = !(stdenv.isLinux && stdenv.isAarch64 && stdenv.cc.isGNU && lib.versionAtLeast stdenv.cc.version "12"); 50 51 51 52 passthru.tests = { 52 53 inherit (gst_all_1) gst-plugins-good gst-plugins-bad gst-plugins-ugly;