lol

Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
4a174b6b 90b46096

+5
+5
pkgs/development/compilers/orc/default.nix
··· 12 12 sha256 = "1w0qmyj3v9sb2g7ff39pp38b9850y9hyy0bag26ifrby5f7ksvm6"; 13 13 }; 14 14 15 + postPatch = lib.optionalString stdenv.isAarch32 '' 16 + # https://gitlab.freedesktop.org/gstreamer/orc/-/issues/20 17 + sed -i '/exec_opcodes_sys/d' testsuite/meson.build 18 + ''; 19 + 15 20 outputs = [ "out" "dev" ] 16 21 ++ optional buildDevDoc "devdoc" 17 22 ;