Merge pull request #263171 from doronbehar/pkg/avidemux-broken

avidemux: mark as broken

authored by Doron Behar and committed by GitHub 6d4ef8fc 362e479e

+8
+8
pkgs/applications/video/avidemux/default.nix
··· 93 93 # "CPU not supported" errors on AArch64 94 94 platforms = [ "i686-linux" "x86_64-linux" ]; 95 95 license = licenses.gpl2; 96 + # Downstream we experience: 97 + # 98 + # https://github.com/NixOS/nixpkgs/issues/239424 99 + # 100 + # Upstream doesn't have a contact page / Bug tracker, so it's not easy to 101 + # notify them about it. Using firejail might help, as some commented 102 + # downstream. 103 + broken = true; 96 104 }; 97 105 }