···6464 '';
65656666 meta = with lib; {
6767- broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
6767+ broken = true;
6868 description = "An open source crypto-currency focused on fast private transactions";
6969 longDescription = ''
7070 PIVX is an MIT licensed, open source, blockchain-based cryptocurrency with
···1987019870 # update to ffmpeg
1987119871 # Packages which use ffmpeg as a library, should pin to the relevant major
1987219872 # version number which the upstream support.
1987319873- ffmpeg = ffmpeg_4;
1987419874- ffmpeg-headless = ffmpeg_4-headless;
1987519875- ffmpeg-full = ffmpeg_4-full;
1987319873+ ffmpeg = ffmpeg_5;
1987419874+ ffmpeg-headless = ffmpeg_5-headless;
1987519875+ ffmpeg-full = ffmpeg_5-full;
19876198761987719877 ffmpegthumbnailer = callPackage ../development/libraries/ffmpegthumbnailer { };
1987819878