···9393 # "CPU not supported" errors on AArch64
9494 platforms = [ "i686-linux" "x86_64-linux" ];
9595 license = licenses.gpl2;
9696+ # Downstream we experience:
9797+ #
9898+ # https://github.com/NixOS/nixpkgs/issues/239424
9999+ #
100100+ # Upstream doesn't have a contact page / Bug tracker, so it's not easy to
101101+ # notify them about it. Using firejail might help, as some commented
102102+ # downstream.
103103+ broken = true;
96104 };
97105}