···5253 extraMeta = {
54 branch = lib.versions.majorMinor version;
55- maintainers = with lib.maintainers; [ fortuneteller2k lovesegfault atemu shawn8901 ];
56 description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience";
57 broken = stdenv.isAarch64;
58 };
···5253 extraMeta = {
54 branch = lib.versions.majorMinor version;
55+ maintainers = with lib.maintainers; [ fortuneteller2k lovesegfault atemu shawn8901 zzzsy ];
56 description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience";
57 broken = stdenv.isAarch64;
58 };
···181 maintainers = with lib.maintainers; [ lovek323 ];
182 platforms = lib.platforms.unix;
183000184 longDescription = ''
185 PulseAudio is a sound server for POSIX and Win32 systems. A
186 sound server is basically a proxy for your sound applications.
···181 maintainers = with lib.maintainers; [ lovek323 ];
182 platforms = lib.platforms.unix;
183184+ # https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1089
185+ badPlatforms = [ lib.systems.inspect.platformPatterns.isStatic ];
186+187 longDescription = ''
188 PulseAudio is a sound server for POSIX and Win32 systems. A
189 sound server is basically a proxy for your sound applications.